Commit ed922de
fix(ci): osv-scanner binary must be _linux_arm64 (Blacksmith runners are ARM)
The previous _linux_amd64 download silently exec-failed; the prior
`|| true` masked it. Now that the swallow is removed, the architecture
mismatch surfaces. Blacksmith pool is ARM, osv-scanner publishes both
_amd64 and _arm64 binaries — switching to the right one.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c6986d6 commit ed922de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments