This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
FROM aquasec/trivy:${TRIVY_VERSION}
5
5
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
37
37
38
38
| Harbor | Trivy Adapter | Trivy |
39
39
| ------------------| ---------------| -----------------|
40
+ | - | v0.30.19 | [ trivy v0.48.1] |
40
41
| - | v0.30.19 | [ trivy v0.47.0] |
41
42
| - | v0.30.18 | [ trivy v0.46.1] |
42
43
| - | v0.30.17 | [ trivy v0.46.0] |
@@ -85,6 +86,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
85
86
[ harbor v2.1.6 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.6
86
87
[ harbor v2.1.0 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.0
87
88
89
+ [ trivy v0.48.1 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.48.1
88
90
[ trivy v0.47.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.47.0
89
91
[ trivy v0.46.1 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.46.1
90
92
[ trivy v0.46.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.46.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
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 " }
25
25
)
26
26
27
27
const (
You can’t perform that action at this time.
0 commit comments