Skip to content

Commit 67b2966

Browse files
committed
build: fix format and remove fix-state.
The run failed. So the .grype.yaml is being loaded. Only set the vulnerability id. Ignore fix-state. This will mean that I don't get a warning if it gets fixed, but this is unlikely to be fixed.
1 parent 98d6503 commit 67b2966

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.grype.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
ignore:
2-
- vlnerability: CVE-2018-20225
3-
fix-state: not-fixed
2+
- vulnerability: CVE-2018-20225
43
- vulnerability: CVE-2018-20225-pip
5-
fix-state: not-fixed

0 commit comments

Comments
 (0)