Skip to content

Commit

Permalink
chore: Bump up Trivy to v0.13.0 (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Nov 29, 2020
1 parent 680126a commit 4bd5e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# That's the only place where you're supposed to specify or change version of Trivy.
ARG TRIVY_VERSION=0.9.2
# That's the only place where you're supposed to specify version of Trivy.
ARG TRIVY_VERSION=0.13.0

FROM aquasec/trivy:${TRIVY_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion test/component/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

var (
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.9.2"}
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.13.0"}
)

const (
Expand Down

0 comments on commit 4bd5e34

Please sign in to comment.