ci(gitleaks): allow test fixture files

This commit is contained in:
Patrick Wozniak
2026-06-02 10:23:54 +02:00
parent 57bcdc7396
commit e760a760fe
+2 -7
View File
@@ -6,13 +6,8 @@ title = "pi-commandcode-provider secret scan"
[allowlist]
description = "Known safe paths and test fixtures"
paths = [
# Test helpers with mock credentials
"tests/test-oauth.ts",
"tests/test-retry.ts",
"tests/test-stream.ts",
"tests/test-pure-functions.ts",
"tests/test-pi-local.mjs",
"tests/test-omp-compat.mjs",
# Test fixtures use intentionally fake credentials.
"^tests/",
# CI workflows reference NPM_TOKEN secret name
".github/workflows/publish.yml",
]