From f031fee348015605868678c194d17af1e34ce1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:04:07 +0000 Subject: [PATCH] Update anchore/scan-action action to v5 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c395ba7..8f803cb 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -45,7 +45,7 @@ jobs: - name: Scan current project id: codescan - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v5 with: path: "." severity-cutoff: high