Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: bump trivy 0.44.0 (#366)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Aug 2, 2023
1 parent f57af37 commit 48fcb10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 version of Trivy.
ARG TRIVY_VERSION=0.43.0
ARG TRIVY_VERSION=0.44.0

FROM aquasec/trivy:${TRIVY_VERSION}

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed

| Harbor | Trivy Adapter | Trivy |
|------------------|---------------|-----------------|
| - | v0.30.14 | [trivy v0.44.0] |
| - | v0.30.14 | [trivy v0.43.0] |
| - | v0.30.13 | [trivy v0.43.0] |
| - | v0.30.12 | [trivy v0.42.0] |
Expand Down Expand Up @@ -80,6 +81,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
[harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6
[harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0

[trivy v0.44.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.44.0
[trivy v0.43.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.43.0
[trivy v0.42.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.42.0
[trivy v0.40.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.40.0
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 @@ -21,7 +21,7 @@ import (
)

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

const (
Expand Down

0 comments on commit 48fcb10

Please sign in to comment.