From 6293613a74236d3fa0fb9a76e42d45eed93d9465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:50:21 +0000 Subject: [PATCH] Update anchore/scan-action action to v6 --- .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 a321e50b..aea61220 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@v5 + uses: anchore/scan-action@v6 continue-on-error: true id: scan with: