We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e867a commit ac496c5Copy full SHA for ac496c5
1 file changed
Custom Docker Image/Dockerfile
@@ -18,8 +18,8 @@ RUN apk add --no-cache \
18
&& rm -rf /var/cache/apk/*
19
20
# 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
+# RUN wget -O /usr/local/bin/trivy https://github.com/aquasecurity/trivy/releases/latest/download/trivy_linux_64bit \
+ # && chmod +x /usr/local/bin/trivy
23
24
# Install Kube-Bench (Kubernetes security benchmark tool)
25
RUN git clone https://github.com/aquasecurity/kube-bench.git /opt/kube-bench \
0 commit comments