Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
my-renovate[bot] authored Jan 26, 2025
1 parent 8bf9a98 commit d158adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
tags: temporary_container-${{ github.run_id }}:latest

- name: Grype [table] - scan container image
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
fail-build: ${{ inputs.container_image_vulnerability_scan }}
image: temporary_container-${{ github.run_id }}:latest
Expand All @@ -182,7 +182,7 @@ jobs:

# Write to multiple output files (like syft): https://github.com/anchore/grype/issues/648
- name: Grype [sarif] - scan container image
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
if: ${{ env.container_registry_push_image == 'true' }}
id: grype-scan
with:
Expand Down

0 comments on commit d158adc

Please sign in to comment.