Skip to content

Commit 6696731

Browse files
chore(deps): update dependency aquasecurity/trivy to v0.68.2 (#171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c292470 commit 6696731

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
@@ -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.68.1
240+
ENV TRIVY_VERSION=0.68.2
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)