Skip to content

Commit c15e3df

Browse files
authored
Merge pull request #118 from uselagoon/renovate/aquasec-trivy-0.x
chore(deps): update aquasec/trivy docker tag to v0.65.0
2 parents 481c903 + 3f4e90c commit c15e3df

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.62.1 AS trivy
18+
FROM aquasec/trivy:0.65.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)