From 1e2c37b7e2851d9e9b7fdb15ea9d3bda1f5d5f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:41:19 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v6 --- .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..66eb5a30 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@v6 with: image: ghcr.io/metal-toolbox/conditionorc:latest acs-report-enable: true