-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bafb168
commit 7be7002
Showing
5 changed files
with
1,084 additions
and
1,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test/yarn-berry.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
{ | ||
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
// audit-ci supports reading JSON, JSONC, and JSON5 config files. | ||
// Add a $schema property to enable JSON schema validation. | ||
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
// You only need one of ["low", "moderate", "high", "critical"]. | ||
"low": true, | ||
"allowlist": [] | ||
"allowlist": [ | ||
{ | ||
"GHSA-9c47-m6qq-7p4h|eslint-plugin-import>tsconfig-paths>json5": { | ||
"active": true, // This field is optional and defaults to true. | ||
"expiry": "", // There's no need to set an expiry date because we are unaffected. | ||
"notes": "Transitive development-only dependency for linting doesn't impact the security of this application in production or for developers." | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.