ci(gitleaks): allow test fixture files
This commit is contained in:
+2
-7
@@ -6,13 +6,8 @@ title = "pi-commandcode-provider secret scan"
|
|||||||
[allowlist]
|
[allowlist]
|
||||||
description = "Known safe paths and test fixtures"
|
description = "Known safe paths and test fixtures"
|
||||||
paths = [
|
paths = [
|
||||||
# Test helpers with mock credentials
|
# Test fixtures use intentionally fake credentials.
|
||||||
"tests/test-oauth.ts",
|
"^tests/",
|
||||||
"tests/test-retry.ts",
|
|
||||||
"tests/test-stream.ts",
|
|
||||||
"tests/test-pure-functions.ts",
|
|
||||||
"tests/test-pi-local.mjs",
|
|
||||||
"tests/test-omp-compat.mjs",
|
|
||||||
# CI workflows reference NPM_TOKEN secret name
|
# CI workflows reference NPM_TOKEN secret name
|
||||||
".github/workflows/publish.yml",
|
".github/workflows/publish.yml",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user