From 6dd01be4daef37c9d590b26520e1bb910b510065 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:14:04 +0000 Subject: [PATCH] chore(deps): update anchore/scan-action action to v6 --- .github/workflows/boot-strategy-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boot-strategy-plugin.yml b/.github/workflows/boot-strategy-plugin.yml index 1f6b645aa..54be64362 100644 --- a/.github/workflows/boot-strategy-plugin.yml +++ b/.github/workflows/boot-strategy-plugin.yml @@ -61,7 +61,7 @@ jobs: run: ./gradlew bootBuildImage --imageName ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/boot-strategy-plugin:${{ env.VERSION }} - if: ${{ github.ref == 'refs/heads/main' }} name: OCI image vulnerability scanning - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/boot-strategy-plugin:${{ env.VERSION }}