Commit dd54c01
fix(ci): scope policy gate scan to src/ to avoid demo key false positives
The policy-gate job was failing because it scanned the entire repo
including examples/ and tests/ which contain intentional demo API keys.
Scoping to src/ gives a clean pass while still demonstrating the feature.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 2c25f8d commit dd54c01
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 74 | + | |
| 75 | + | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | | - | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
0 commit comments