Skip to content

Commit fbc187f

Browse files
committed
fix: update fail-on-severity value and add ignore for specific vulnerabilities
1 parent 52546ad commit fbc187f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.grype.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# upon scanning, if a severity is found at or above the given severity then the return code will be 1
1414
# default is unset which will skip this validation (options: negligible, low, medium, high, critical)
1515
# same as --fail-on ; GRYPE_FAIL_ON_SEVERITY env var
16-
fail-on-severity: 'high'
16+
fail-on-severity: high
1717

1818
# the output format of the vulnerability report (options: table, json, cyclonedx)
1919
# same as -o ; GRYPE_OUTPUT env var
@@ -145,7 +145,7 @@ exclude:
145145
# stock:
146146
# using-cpes: true
147147

148-
# ignore:
149-
# # Ignored by default; disputed and unwarranted CVE that causes Megalinter to fail
150-
# # @link https://nvd.nist.gov/vuln/detail/CVE-2018-20225
151-
# - vulnerability: CVE-2018-20225
148+
ignore:
149+
vulnerabilities:
150+
- package: stdlib
151+
type: go-module

0 commit comments

Comments
 (0)