8 lines
295 B
JSON
8 lines
295 B
JSON
{
|
|
// $schema provides code completion hints to IDEs.
|
|
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
|
|
"moderate": true,
|
|
"allowlist": [
|
|
"GHSA-7mvr-c777-76hp" // https://github.com/advisories/GHSA-7mvr-c777-76hp Update package once Nix side is also updated
|
|
]
|
|
} |