32 lines
732 B
JSON
32 lines
732 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"trackedRoots": [
|
|
"src",
|
|
"recipes",
|
|
"scripts",
|
|
"tests",
|
|
"config",
|
|
"public",
|
|
"schemas",
|
|
".storybook",
|
|
"package.json",
|
|
"pnpm-lock.yaml",
|
|
"vite.config.ts",
|
|
"vitest.config.ts",
|
|
"playwright.config.ts"
|
|
],
|
|
"generatedRoots": ["dist", "artifacts/release"],
|
|
"excludedPaths": [
|
|
"tests/fixtures/security/secret-detection/forbidden"
|
|
],
|
|
"allowlist": [
|
|
{
|
|
"path": "tests/fixtures/security/secret-detection/allowed/test-credentials.ts",
|
|
"ruleId": "assigned-secret",
|
|
"owner": "frontend-platform",
|
|
"reason": "Synthetic credential verifies the scoped test-only allowlist.",
|
|
"expiresAt": "2027-07-26T00:00:00.000Z"
|
|
}
|
|
]
|
|
}
|