Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v6 (#1569)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent bc3c694 commit d296bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boot-strategy-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d296bd1

Please sign in to comment.