Skip to content

Commit

Permalink
fix: do not scan fail on medium or lower
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Nov 15, 2024
1 parent 160d75f commit 93c4248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
tags: |
ghcr.io/sozu-proxy/sozu:${{ steps.config.outputs.tag }}
- name: Scan image using Grype
id: grype
uses: anchore/scan-action@v5
with:
image: ghcr.io/sozu-proxy/sozu:${{ steps.config.outputs.tag }}
output-format: table
severity-cutoff: high
...

0 comments on commit 93c4248

Please sign in to comment.