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

Commit e87c47b

Browse files
authored
chore: bump trivy version v0.40.0 (#327)
Signed-off-by: chenk <[email protected]>
1 parent 3f95695 commit e87c47b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# That's the only place where you're supposed to specify version of Trivy.
2-
ARG TRIVY_VERSION=0.39.0
2+
ARG TRIVY_VERSION=0.40.0
33

44
FROM aquasec/trivy:${TRIVY_VERSION}
55

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
3737

3838
| Harbor | Trivy Adapter | Trivy |
3939
|------------------|---------------|-----------------|
40+
| - | v0.30.11 | [trivy v0.40.0] |
4041
| - | v0.30.10 | [trivy v0.39.0] |
4142
| - | v0.30.9 | [trivy v0.38.2] |
4243
| - | v0.30.8 | [trivy v0.38.2] |
@@ -76,6 +77,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
7677
[harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6
7778
[harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0
7879

80+
[trivy v0.40.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.40.0
7981
[trivy v0.39.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.39.0
8082
[trivy v0.38.2]: https://github.com/aquasecurity/trivy/releases/tag/v0.38.2
8183
[trivy v0.37.2]: https://github.com/aquasecurity/trivy/releases/tag/v0.37.2

test/component/component_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
var (
24-
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.39.0"}
24+
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.40.0"}
2525
)
2626

2727
const (

0 commit comments

Comments
 (0)