Skip to content

Commit

Permalink
try grype scan instead of trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Oct 1, 2024
1 parent c07829e commit 0a7be0f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
with:
go-version-file: go.mod
- run: make docker-build
- uses: aquasecurity/trivy-action@master
- uses: anchore/scan-action@v3
with:
image-ref: local/kubegres:scan-amd64
format: table
exit-code: 1
ignore-unfixed: true
severity: 'CRITICAL,HIGH,MEDIUM'
image: local/kubegres:scan-amd64
output-format: table

0 comments on commit 0a7be0f

Please sign in to comment.