Skip to content

Commit 4e04c59

Browse files
author
bcode
committed
chore: ignore http-recorder test fixtures in GitGuardian scans
The package contains intentionally-fake API-key-shaped strings used as fixtures asserting the http-recorder's secretFindings() redaction logic. Mirrors .gitleaksignore for the GitGuardian scanner. @opencode-ai/http-recorder is upstream-only dev/test code; not a dependency of any shipped package.
1 parent ce8cf48 commit 4e04c59

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.gitguardian.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# GitGuardian config — https://docs.gitguardian.com/internal-repositories-monitoring/integrations/source-code-managers/github
2+
#
3+
# We mirror `.gitleaksignore` here. Both files exist because gitleaks and
4+
# GitGuardian are separate scanners with their own ignore mechanisms.
5+
#
6+
# The `packages/http-recorder/test/record-replay.test.ts` file contains
7+
# intentionally-fake API-key-shaped strings used as fixtures asserting the
8+
# http-recorder's `secretFindings()` redaction logic works. The fixtures
9+
# are not real credentials and the package (`@opencode-ai/http-recorder`)
10+
# is upstream-only dev/test code — not a dependency of anything we ship
11+
# (`browsercode-core`, `bcode-browser`, `bcode-laminar`).
12+
version: 2
13+
paths-ignore:
14+
- "packages/http-recorder/test/**"

0 commit comments

Comments
 (0)