Skip to content

Commit

Permalink
bump trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Baber committed May 13, 2022
1 parent 1c1921f commit 7c5e652
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.26.0 /usr/local/bin/trivy /usr/local/bin/trivy
COPY --from=aquasec/trivy:0.27.1 /usr/local/bin/trivy /usr/local/bin/trivy
RUN chmod +x /usr/local/bin/trivy

# Install SonarScanner
Expand Down

0 comments on commit 7c5e652

Please sign in to comment.