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

Commit 48fcb10

Browse files
authored
chore: bump trivy 0.44.0 (#366)
Signed-off-by: chenk <[email protected]>
1 parent f57af37 commit 48fcb10

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.43.0
2+
ARG TRIVY_VERSION=0.44.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.14 | [trivy v0.44.0] |
4041
| - | v0.30.14 | [trivy v0.43.0] |
4142
| - | v0.30.13 | [trivy v0.43.0] |
4243
| - | v0.30.12 | [trivy v0.42.0] |
@@ -80,6 +81,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
8081
[harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6
8182
[harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0
8283

84+
[trivy v0.44.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.44.0
8385
[trivy v0.43.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.43.0
8486
[trivy v0.42.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.42.0
8587
[trivy v0.40.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.40.0

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.43.0"}
24+
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.44.0"}
2525
)
2626

2727
const (

0 commit comments

Comments
 (0)