Commit dcd2457
fix(ci): use unanchored path regex for capmonster-extension allowlist
gitleaks reports absolute paths when --source is an absolute path (as
used by the dist scan). Anchored ^-prefixed regexes never matched.
Replace with unanchored capmonster-extension/ which covers both the
working-tree and dist scan regardless of path prefix.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e9d39c7 commit dcd2457
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments