Skip to content

Commit c9a7e47

Browse files
authored
Update Dockerfile
1 parent 1e0eaa7 commit c9a7e47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Custom Docker Image/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)