Skip to content

Commit b7ab0d8

Browse files
Updating intermediate image
1 parent b57cdb1 commit b7ab0d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scan-intermediate-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
continue-on-error: true
2222
with:
2323
cache-db: true
24-
image: "golang:1.25.7-alpine3.23" # sync this with Dockerfile
24+
image: "golang:1.25.8-alpine3.23" # sync this with Dockerfile
2525
output-file: grype.sarif
2626
severity-cutoff: high
2727
- name: Upload SARIF file

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Github workflow step anchore/scan-action scans only the final image
44
# sync this intermediate FROM reference with:
55
# scan-intermediate-image.yaml
6-
FROM --platform=$BUILDPLATFORM golang:1.25.7-alpine3.23 AS builder
6+
FROM --platform=$BUILDPLATFORM golang:1.25.8-alpine3.23 AS builder
77

88
ARG TARGETOS
99
ARG TARGETARCH

0 commit comments

Comments
 (0)