Commit 2889fc2
fix(ci): scan-and-report — skip verisimdb dispatch without VERISIMDB_PAT; surface HTTP status on rejection
VERISIMDB_PAT is declared optional (required: false), but consumers
without it fell through to GITHUB_TOKEN, which can never dispatch to
another repo — so every such consumer's Security Scan went red at the
dispatch step with a bare curl exit 22 (seen on echidna run
28842498410 once the argv overflow from #155 was out of the way).
- No PAT -> notice + skip dispatch; the scan result itself still gates.
- With PAT -> capture and report the HTTP status + response body on
rejection instead of a silent -f failure.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 906781f commit 2889fc2
1 file changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
76 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
77 | 88 | | |
78 | 89 | | |
79 | 90 | | |
80 | | - | |
81 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments