Skip to content

Commit 770d4e6

Browse files
authored
Update minimum audit threshold (#80)
1 parent 34daca7 commit 770d4e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

audit-ci.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
// Fail on moderate severity and above. See README "Accepted security advisories" for
2+
// Fail on high severity and above. See README "Accepted security advisories" for
33
// why each allowlisted entry is safe to defer.
44
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
5-
"moderate": true,
5+
"high": true,
66
"allowlist": [
77
{
88
"GHSA-w5hq-g745-h8pq": {

0 commit comments

Comments
 (0)