Skip to content

Commit 361d5ff

Browse files
authored
Update Dockerfile
1 parent ac496c5 commit 361d5ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN apk add --no-cache \
1818
&& rm -rf /var/cache/apk/*
1919

2020
# Install Trivy (vulnerability scanner for containers)
21-
RUN wget -O /usr/local/bin/trivy https://github.com/aquasecurity/trivy/releases/latest/download/trivy_linux_64bit \
22-
&& chmod +x /usr/local/bin/trivy
21+
# RUN wget -O /usr/local/bin/trivy https://github.com/aquasecurity/trivy/releases/latest/download/trivy_linux_64bit \
22+
# && chmod +x /usr/local/bin/trivy
2323

2424
# Install Kube-Bench (Kubernetes security benchmark tool)
2525
RUN git clone https://github.com/aquasecurity/kube-bench.git /opt/kube-bench \

0 commit comments

Comments
 (0)