Commit 502f182
authored
Fix Anchore SBOM artifact naming issue (#668)
Update Anchore SBOM action to latest version
The workflow was failing with 'artifact name image.spdx.json is not valid' error.
This appears to be due to using an old pinned version of the action from 2022.
- Updated from specific commit hash to v0 (latest stable version)
- This should resolve intermittent artifact upload failures
- The newer version includes fixes for various artifact naming issues
Fixes the error seen in: https://github.com/mitre/vulcan/actions/runs/15525433955/job/437043795331 parent def3cae commit 502f182
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments