File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- v0.2.11
1
+ v0.2.14
Original file line number Diff line number Diff line change 1
1
FROM golang:buster AS build-env
2
2
WORKDIR /src/
3
3
COPY . /src/
4
- ARG VERSION v0.2.0 -dirty
4
+ ARG VERSION v0.2.14 -dirty
5
5
ARG COMMIT c3536e5
6
6
ARG DATE 2023-03-09T18:52:01Z
7
7
ENV VERSION ${VERSION}
@@ -15,6 +15,8 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
15
15
-a -mod vendor -o vulctl cmd/vulctl/main.go
16
16
17
17
# chainguard's static seems to bring list of vulnerabilities
18
+ # gogole/distroless: 13.3 MB, 18 vulnerabilities (all low)
19
+ # chainguard/static: 4.7 MB, 0 vulnerabilities
18
20
FROM cgr.dev/chainguard/static:latest
19
21
COPY --from=build-env /src/vulctl /
20
22
ENTRYPOINT ["/vulctl" ]
Original file line number Diff line number Diff line change 17
17
18
18
Below example, shows how to import vulnerabilities from previously generated report.
19
19
20
- > Make sure to use the latest tag release (e.g. ` v0.2.10 ` )
20
+ > Make sure to use the latest tag release (e.g. ` v0.2.14 ` )
21
21
22
22
``` yaml
23
- uses :
mchmarny/[email protected] .10
23
+ uses :
mchmarny/[email protected] .14
24
24
with :
25
25
project : ${{ env.PROJECT_ID }}
26
26
digest : ${{ steps.build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments