Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v4 (#134)
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 Jul 18, 2024
1 parent 0ef822a commit 083c8b7
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@v3
uses: anchore/scan-action@v4
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@v3
uses: anchore/scan-action@v4
with:
image: ${{ steps.meta.outputs.tags }}
severity-cutoff: critical
Expand Down

0 comments on commit 083c8b7

Please sign in to comment.