Commit aa54120
fix: set GH_TOKEN in build workflow and ignore Trivy DS-0002 (#30)
The build workflow fails because `gh release download` requires
GH_TOKEN to be set in GitHub Actions, even for public repos.
The security scan fails on DS-0002 (missing non-root USER in
Dockerfiles) which is a false positive — these are microVM rootfs
images where isolation comes from the VM boundary, not user namespaces.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 354834a commit aa54120
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments