-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaudit-ci.jsonc
31 lines (31 loc) · 980 Bytes
/
audit-ci.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
// audit-ci supports reading JSON, JSONC, and JSON5 config files.
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
"GHSA-67hx-6x53-jw92",
"GHSA-wf5p-g6vw-rhxx",
"GHSA-grv7-fg5c-xmjg",
"GHSA-rv95-896h-c2vc",
"GHSA-jchw-25xp-jwwc",
"GHSA-cxjh-pqwp-8mfp",
"GHSA-pfrx-2q88-qq97",
"GHSA-9pv7-vfvm-6vr7",
"GHSA-2p57-rm9w-gvfp",
"GHSA-952p-6rrq-rcjv",
"GHSA-vxvm-qww3-2fh7",
"GHSA-c2qf-rxjj-qqgw",
"GHSA-72xf-g2v4-qvf3",
"GHSA-j8xg-fqg3-53r7",
"GHSA-3h5v-q93c-6h6q",
"GHSA-9wv6-86v2-598j",
"GHSA-qwcr-r2fm-qrc7",
"GHSA-78xj-cgh5-2h22",
"GHSA-9wv6-86v2-598j",
"GHSA-qw6h-vgh9-j6wx",
"GHSA-m6fv-jmcg-4jfg",
"GHSA-cm22-4g7w-348p",
"GHSA-rhx6-c78j-4q9w"
]
}