Skip to content

Commit

Permalink
build: try different ID for pip grype error.
Browse files Browse the repository at this point in the history
The bare CVE id CVE-2018-20225 didn't work.  In the sarif output it
report id: CVE-2018-20225-pip, so try that.
  • Loading branch information
rouilj committed Sep 25, 2023
1 parent 6148e50 commit 1c38d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .grype.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ignore:
- vulnerability: CVE-2018-20225
fix-state: not-fixed

- vulnerability: CVE-2018-20225-pip
fix-state: not-fixed

0 comments on commit 1c38d0d

Please sign in to comment.