Skip to content

Commit 2fef74b

Browse files
committed
fix(sandbox): allowlist README placeholder in .secrets.baseline
Fixes failing CI check: tekton/code-detect-secrets The example env file snippet in sandbox/README.md tripped IBM's detect-secrets scanner. Add the finding to .secrets.baseline — the repo's existing convention (14 entries already present) — rather than polluting the doc with inline pragmas. Change the placeholder to the canonical sk-ant-xxxx form used elsewhere.
1 parent 3c6bd3e commit 2fef74b

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

.secrets.baseline

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$|package-lock\\.json$",
44
"lines": null
55
},
6-
"generated_at": "2026-04-20T15:55:53Z",
6+
"generated_at": "2026-04-29T16:14:59Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -153,6 +153,15 @@
153153
"verified_result": null
154154
}
155155
],
156+
"sandbox/README.md": [
157+
{
158+
"hashed_secret": "b792a28a35da9b44fa0ee8a53002e9c238afb1bd",
159+
"is_verified": false,
160+
"line_number": 67,
161+
"type": "Secret Keyword",
162+
"verified_result": null
163+
}
164+
],
156165
"sandbox/sample.env": [
157166
{
158167
"hashed_secret": "b792a28a35da9b44fa0ee8a53002e9c238afb1bd",
@@ -213,4 +222,4 @@
213222
"file": null,
214223
"hash": null
215224
}
216-
}
225+
}

sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ model):
6464

6565
```bash
6666
# Direct Anthropic API
67-
ANTHROPIC_API_KEY=sk-ant-...
67+
ANTHROPIC_API_KEY=sk-ant-xxxx
6868

6969
# Or, via a proxy / gateway
7070
ANTHROPIC_AUTH_TOKEN=your-token

0 commit comments

Comments
 (0)