We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0eaa7 commit c9a7e47Copy full SHA for c9a7e47
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