Commit c94291f
authored
chore(ci): replace secret-scanner.yml with reusable wrapper (#31)
## Summary
Replaces this repo's `secret-scanner.yml` (~75-116 lines) with a thin
~14-line wrapper calling
`hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@3e4bd4c93911750727e2e4c66dff859e00079da0`
(merged via standards#190).
## Security debt closed
The `shell-secrets` job (added post-Cloudflare-leak 2026-05-21 in
response to the live API-token leak via `avow-protocol/deploy-repos.sh`)
was carried by 0 of 16 sampled estate copies. This PR brings the
guardrail to this repo.
## Why now
Estate audit: 281 deployments / 54 unique SHAs / 19% true drift. Drift
is pin churn + whitespace, feature variance near-zero. Converging behind
the reusable means the next post-incident guardrail update propagates
via one SHA bump.
`secrets: inherit` flows `GITHUB_TOKEN` through implicitly so
`gitleaks-action` doesn't fall back to anonymous (rate-limited) mode.
Part of estate-wide convergence campaign 2026-05-26 (standards#199 /
#190).1 parent b14a0c2 commit c94291f
1 file changed
Lines changed: 3 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
| |||
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments