Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v6
uses: anchore/scan-action@v7
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@v6
uses: anchore/scan-action@v7
with:
image: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
severity-cutoff: critical
Expand Down