Skip to content

Commit

Permalink
update trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Baber committed Dec 2, 2020
1 parent 5928d04 commit b869e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk add --no-cache \
wget

# Install Trivy
COPY --from=aquasec/trivy:0.13.0 /usr/local/bin/trivy /usr/local/bin/trivy
COPY --from=aquasec/trivy:0.14.0 /usr/local/bin/trivy /usr/local/bin/trivy
RUN chmod +x /usr/local/bin/trivy

# Install SonarScanner
Expand Down

0 comments on commit b869e60

Please sign in to comment.