From f17a4563910e48e155e020b5e7f5a37b8d0b403b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:03:05 +0000 Subject: [PATCH] Update anchore/scan-action action to v4 --- .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 bdebc90..c6c500b 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@v4 with: image: ghcr.io/metal-toolbox/fleet-rest-skeleton:latest acs-report-enable: true