Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent e201bbf commit 03a496c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
severity: 'CRITICAL'
- name: Run Grype vulnerability scanner on PR
if: ${{ github.event_name == 'pull_request' }}
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
image: ${{ steps.meta.outputs.tags }}
severity-cutoff: critical
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Run Grype vulnerability scanner on push
if: ${{ github.event_name == 'push' }}
id: grype
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
image: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
severity-cutoff: critical
Expand Down

0 comments on commit 03a496c

Please sign in to comment.