Commit c580508
Fix build SBOM: scan source tree instead of full OS image
The SBOM generation step was trying to pull and scan the entire Fedora
Silverblue OS image (multi-GB, thousands of system packages) via
`syft scan ghcr.io/secai-hub/secai_os`. This exceeded the GitHub Actions
runner memory/time limits, causing the step to hang indefinitely.
Switch to scanning the source tree (`path: .`) which covers our custom
services and configuration. Fedora provides its own SBOMs for the base
OS packages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 54849d6 commit c580508
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
0 commit comments