From 0ea461adab56857c632ba28da033487054467cdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:24:25 +0000 Subject: [PATCH] Update anchore/scan-action action to v5 --- .github/actions/anchore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/anchore/action.yml b/.github/actions/anchore/action.yml index d3d2f5bd..a321e50b 100644 --- a/.github/actions/anchore/action.yml +++ b/.github/actions/anchore/action.yml @@ -11,7 +11,7 @@ runs: using: "composite" steps: - name: Scan image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 continue-on-error: true id: scan with: