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

Commit e39e6db

Browse files
authored
chore: bump trivy 0.48.1 (#416)
Signed-off-by: chenk <[email protected]>
1 parent 187c5d5 commit e39e6db

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.47.0
2+
ARG TRIVY_VERSION=0.48.1
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.19 | [trivy v0.48.1] |
4041
| - | v0.30.19 | [trivy v0.47.0] |
4142
| - | v0.30.18 | [trivy v0.46.1] |
4243
| - | v0.30.17 | [trivy v0.46.0] |
@@ -85,6 +86,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
8586
[harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6
8687
[harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0
8788

89+
[trivy v0.48.1]: https://github.com/aquasecurity/trivy/releases/tag/v0.48.1
8890
[trivy v0.47.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.47.0
8991
[trivy v0.46.1]: https://github.com/aquasecurity/trivy/releases/tag/v0.46.1
9092
[trivy v0.46.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.46.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.47.0"}
24+
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.48.1"}
2525
)
2626

2727
const (

0 commit comments

Comments
 (0)