Commit fcc670a
Security: Remove silent fallback in supervised-fleet-scan
Remove the || secrets.GITHUB_TOKEN fallback so the workflow fails
explicitly if FLEET_SCAN_PAT is not configured. Previously it would
silently miss cross-repo Dependabot alerts when using the default
GITHUB_TOKEN (which lacks security_events scope for other repos).
Now the workflow requires FLEET_SCAN_PAT with proper security_events
scope, or it will fail with a clear error instead of silent data loss.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>1 parent 1061b74 commit fcc670a
1 file changed
Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
57 | 54 | | |
58 | | - | |
| 55 | + | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
0 commit comments