From 8bc363870675e0084da01a6625132de9298bd0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:47:31 +0000 Subject: [PATCH] Update anchore/scan-action action to v6 --- .github/workflows/push-pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yml b/.github/workflows/push-pr-lint.yml index 429e084..4321ea6 100644 --- a/.github/workflows/push-pr-lint.yml +++ b/.github/workflows/push-pr-lint.yml @@ -48,7 +48,7 @@ jobs: - name: Scan image id: scan-image - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v6 with: image: ghcr.io/metal-toolbox/bomservice:latest # XXX: this generates a warning => acs-report-enable: true