File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 trivy-config : trivy.yaml
6161 exit-code : ' 1'
6262 env :
63- TRIVY_SKIP_DB_UPDATE : true
64- TRIVY_SKIP_JAVA_DB_UPDATE : true
63+ TRIVY_SKIP_DB_UPDATE : false
64+ TRIVY_SKIP_JAVA_DB_UPDATE : false
6565
6666
6767 secret-scanning :
Original file line number Diff line number Diff line change 33# and "Missing User Instruction" since 2ms container is stopped after scan
44
55# Builder image
6- FROM cgr.dev/chainguard/go@sha256:bec4bfc80786869dc30beca3d0bd437bd932f376dc6ac5b1f4dd6a5355ba11fc AS builder
6+ FROM cgr.dev/chainguard/go@sha256:36fee4a2334d13bbf585ad2225ea1ca99fe65de366022e561ac157de26fd5ed6 AS builder
77
88WORKDIR /app
99
@@ -20,7 +20,7 @@ COPY . .
2020RUN GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -a -o /app/2ms .
2121
2222# Runtime image
23- FROM cgr.dev/chainguard/git@sha256:d32fb4fbb132929abae2d2f742e3d3bfdbd4937caa7021299130ad096227ced0
23+ FROM cgr.dev/chainguard/git@sha256:1169e026c3296ffa346bc2035f08a3397a22cc72753669a943435518022fd270
2424
2525WORKDIR /app
2626
Original file line number Diff line number Diff line change 11module github.com/checkmarx/2ms
22
3- go 1.23.5
3+ go 1.23.6
44
55require (
66 github.com/bwmarrin/discordgo v0.27.1
You can’t perform that action at this time.
0 commit comments