Skip to content

Commit af37e32

Browse files
hyperpolymathclaude
andcommitted
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

File tree

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515

1616
jobs:
1717
scan:
18-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@3e4bd4c93911750727e2e4c66dff859e00079da0
18+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@28fdf197963c898e6bb80053c74b8d886f1c189d
1919
secrets: inherit

0 commit comments

Comments
 (0)