File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111permissions :
1212 contents : write
1313 packages : write
14+ security-events : write
1415
1516jobs :
1617 build :
Original file line number Diff line number Diff line change 2121 continue-on-error : true
2222 with :
2323 cache-db : true
24- image : " golang:1.25.6 -alpine3.22 " # sync this with Dockerfile
24+ image : " golang:1.25.7 -alpine3.23 " # sync this with Dockerfile
2525 output-file : grype.sarif
2626 severity-cutoff : high
2727 - name : Upload SARIF file
Original file line number Diff line number Diff line change 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 golang:1.25.6 -alpine3.22 AS builder
6+ FROM golang:1.25.7 -alpine3.23 AS builder
77
88ARG TARGETOS
99ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments