Skip to content

Commit

Permalink
chore: updating deprecated flag for trivy (#3732)
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani authored Dec 11, 2024
1 parent 48abb4b commit 9a31b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-vulns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
- name: Run trivy on images
run: |
for img in "gatekeeper-e2e:latest" "gatekeeper-crds:latest"; do
trivy image --ignore-unfixed --vuln-type="os,library" "${img}"
trivy image --ignore-unfixed --pkg-types="os,library" "${img}"
done

0 comments on commit 9a31b31

Please sign in to comment.