From 979a85f379c46a99808edfb0c7159b40fb5d720b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:11:26 -0400 Subject: [PATCH] chore(deps): update anchore/scan-action action to v4 (#234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 a7052b00..7fb35cfe 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@v3 + uses: anchore/scan-action@v4 with: image: ghcr.io/metal-toolbox/conditionorc:latest acs-report-enable: true