Skip to content

Commit

Permalink
trivy-version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Jun 22, 2024
1 parent 2103569 commit 5fc2edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/agent/kubviz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=builder /workspace/kubviz_agent .
COPY --from=zegl/kube-score:v1.16.0 /usr/bin/kube-score /usr/bin/kube-score
COPY --from=bitnami/kubectl:1.22.5 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/sh
COPY --from=aquasec/trivy:latest /usr/local/bin/trivy /usr/local/bin/trivy
COPY --from=aquasec/trivy:v0.43.1 /usr/local/bin/trivy /usr/local/bin/trivy

USER 65532:65532

Expand Down

0 comments on commit 5fc2edb

Please sign in to comment.