Skip to content

Commit 5831a8b

Browse files
ToreMerkelyclaude
andcommitted
ci: exclude test-user fixture from Snyk Code scan
The hardcoded auth_token is fake test data used to seed the local integration-test server, not a real credential. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d62b5e9 commit 5831a8b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ exclude:
1717
# (a graphql `Login` field) as a hardcoded credential. It is a public
1818
# identifier in test data, not a secret. See kosli-dev/server#5479.
1919
- internal/github/build_pr_evidence_test.go
20+
# False positive: Snyk Code flags the hardcoded test session token (auth_token)
21+
# in this test-user fixture as a secret. It is fake test data, not a real
22+
# credential, and is used only to seed the local integration-test server.
23+
- server-scripts/create_standalone_test_users.py

0 commit comments

Comments
 (0)