Skip to content

Commit d1a49b3

Browse files
chore(deps): update aquasec/trivy docker tag to v0.59.0
1 parent 36ea33b commit d1a49b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY main.go main.go
1515
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -a -o insights-handler main.go
1616

1717
# we pull the trivy binary from aquasec's alpine based image
18-
FROM aquasec/trivy:0.54.1 as trivy
18+
FROM aquasec/trivy:0.59.0 as trivy
1919

2020
# Use distroless as minimal base image to package the insights-handler binary
2121
# Refer to https://github.com/GoogleContainerTools/distroless for more details

0 commit comments

Comments
 (0)