Skip to content

Commit 0e79060

Browse files
feat: update Trivy version to 0.69.3 (#190)
1 parent 1dd4616 commit 0e79060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ RUN echo "Install Cloud SQL Auth Proxy version ${CLOUDSQL_PROXY_VERSION}..." &&
237237

238238
# Trivy security scanner.
239239
# https://github.com/aquasecurity/trivy/releases
240-
ENV TRIVY_VERSION=0.69.2
240+
ENV TRIVY_VERSION=0.69.3
241241
RUN echo "Installing Trivy ${TRIVY_VERSION}..." && \
242242
curl ${CURL_DEFAULT_FLAGS} \
243243
-sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- v${TRIVY_VERSION} && \

0 commit comments

Comments
 (0)