Skip to content

Commit 6b37e7c

Browse files
committed
Add in strict audit-ci config and minimised allow list for high + critical
1 parent 9bad6a0 commit 6b37e7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

audit-ci-strict.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"low" : true,
3+
"reporttype": "full",
4+
"report": true
5+
}

audit-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"advisories": [1693, 1700, 1747, 1751, 1747, 1700]
2+
"high": true,
3+
"allowlist": [ 1693, 1700, 1747, 1751]
34
}

0 commit comments

Comments
 (0)