From abaff5903b3386662037ab8efe1c934aa6396258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:57:30 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v5 --- .github/workflows/push-pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index 95ef3d8e..7430aeee 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -52,7 +52,7 @@ jobs: - name: Scan image id: scan-image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: image: ghcr.io/metal-toolbox/conditionorc:latest acs-report-enable: true