Skip to content

Commit a15cbff

Browse files
committed
change base
1 parent 3c3e808 commit a15cbff

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.11
1+
v0.2.14

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:buster AS build-env
22
WORKDIR /src/
33
COPY . /src/
4-
ARG VERSION v0.2.0-dirty
4+
ARG VERSION v0.2.14-dirty
55
ARG COMMIT c3536e5
66
ARG DATE 2023-03-09T18:52:01Z
77
ENV VERSION ${VERSION}
@@ -15,6 +15,8 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
1515
-a -mod vendor -o vulctl cmd/vulctl/main.go
1616

1717
# 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
1820
FROM cgr.dev/chainguard/static:latest
1921
COPY --from=build-env /src/vulctl /
2022
ENTRYPOINT ["/vulctl"]

examples/github-actions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ none
1717

1818
Below example, shows how to import vulnerabilities from previously generated report.
1919

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`)
2121
2222
```yaml
23-
uses: mchmarny/[email protected].10
23+
uses: mchmarny/[email protected].14
2424
with:
2525
project: ${{ env.PROJECT_ID }}
2626
digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)