We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57cdb1 commit b7ab0d8Copy full SHA for b7ab0d8
.github/workflows/scan-intermediate-image.yaml
@@ -21,7 +21,7 @@ jobs:
21
continue-on-error: true
22
with:
23
cache-db: true
24
- image: "golang:1.25.7-alpine3.23" # sync this with Dockerfile
+ image: "golang:1.25.8-alpine3.23" # sync this with Dockerfile
25
output-file: grype.sarif
26
severity-cutoff: high
27
- name: Upload SARIF file
Dockerfile
@@ -3,7 +3,7 @@
3
# Github workflow step anchore/scan-action scans only the final image
4
# sync this intermediate FROM reference with:
5
# scan-intermediate-image.yaml
6
-FROM --platform=$BUILDPLATFORM golang:1.25.7-alpine3.23 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.25.8-alpine3.23 AS builder
7
8
ARG TARGETOS
9
ARG TARGETARCH
0 commit comments