Skip to content

Commit

Permalink
fix: Pin Trivy to v0.8.0 (aquasecurity#44)
Browse files Browse the repository at this point in the history
Resolves: aquasecurity#42

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Jun 3, 2020
1 parent ea2794c commit 55fad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/find/vulnerabilities/trivy/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
)

const (
trivyImageRef = "docker.io/aquasec/trivy:latest"
trivyImageRef = "docker.io/aquasec/trivy:0.8.0"
)

var (
Expand Down

0 comments on commit 55fad33

Please sign in to comment.