Commit 887f773
fix: resolve CVE-2025-15558 and improve image scan workflow (#1462)
## Summary
- **CVE-2025-15558 fix**: Bump `go-containerregistry` from v0.20.7 to
v0.21.2 in the skills-init Dockerfile, updating transitive `docker/cli`
dependency from v29.0.3 to v29.2.1
- **fail-fast: false**: Image scan matrix now runs all jobs to
completion so all CVEs are visible even if one image fails
- **golang-adk**: Added to the image scan matrix
## Test plan
- [ ] Verify image scan workflow runs all matrix jobs to completion
- [ ] Verify skills-init image no longer reports CVE-2025-15558
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 92a6d64 commit 887f773
File tree
5 files changed
+12
-40
lines changed- .github/workflows
- docker/skills-init
- python
5 files changed
+12
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | | - | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 1 | | |
23 | 2 | | |
24 | 3 | | |
| |||
103 | 82 | | |
104 | 83 | | |
105 | 84 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 85 | | |
112 | 86 | | |
113 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments