Skip to content

Commit c216b9a

Browse files
chore(deps): update aquasec/trivy docker tag to v0.57.0
1 parent 7f1d3dc commit c216b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.57.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)