Skip to content

Commit 1c38d0d

Browse files
committed
build: try different ID for pip grype error.
The bare CVE id CVE-2018-20225 didn't work. In the sarif output it report id: CVE-2018-20225-pip, so try that.
1 parent 6148e50 commit 1c38d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.grype.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ignore:
22
- vulnerability: CVE-2018-20225
33
fix-state: not-fixed
4-
4+
- vulnerability: CVE-2018-20225-pip
5+
fix-state: not-fixed

0 commit comments

Comments
 (0)