Commit af37e32
fix(ci): bump secret-scanner SHA pin to pick up comment-line exemption
Bumps the secret-scanner-reusable.yml pin from 3e4bd4c to 28fdf19
(standards#236: adds pragma + param-expansion + comment-line exemptions).
The fix-hardcoded-secrets.sh line 11 (# Shell: PASSWORD="hardcoded"...)
is a comment that documents the before-pattern this script rewrites, not
a real credential. The scanner's new comment-line exemption (layer 3) skips
all lines where the leading non-whitespace character is '#', so no code
change to fix-hardcoded-secrets.sh is required.
Fixes: scan / shell-secrets persistent red on main.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 53d2098 commit af37e32
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
0 commit comments