Skip to content

Commit 5dc16f5

Browse files
EItanyaclaude
andcommitted
fix: resolve CVE-2025-15558 and improve image scan workflow
Bump go-containerregistry from v0.20.7 to v0.21.2 in skills-init Dockerfile to fix CVE-2025-15558 (docker/cli privilege escalation). Add fail-fast: false to image scan matrix and include golang-adk image. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent 92a6d64 commit 5dc16f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/image-scan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ env:
2323
jobs:
2424
build:
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
image:
2829
- controller
2930
- ui
3031
- app
3132
- skills-init
33+
- golang-adk
3234
runs-on: ubuntu-latest
3335
services:
3436
registry:

docker/skills-init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Stage 0: build krane
22
FROM golang:1.25-alpine AS krane-builder
33

4-
ENV KRANE_VERSION=v0.20.7
4+
ENV KRANE_VERSION=v0.21.2
55
WORKDIR /build
66

77
RUN apk add --no-cache git && \

0 commit comments

Comments
 (0)