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.39 .0
2
+ ARG TRIVY_VERSION=0.40 .0
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.11 | [ trivy v0.40.0] |
40
41
| - | v0.30.10 | [ trivy v0.39.0] |
41
42
| - | v0.30.9 | [ trivy v0.38.2] |
42
43
| - | v0.30.8 | [ trivy v0.38.2] |
@@ -76,6 +77,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
76
77
[ harbor v2.1.6 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.6
77
78
[ harbor v2.1.0 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.0
78
79
80
+ [ trivy v0.40.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.40.0
79
81
[ trivy v0.39.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.39.0
80
82
[ trivy v0.38.2 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.38.2
81
83
[ trivy v0.37.2 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.37.2
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.39 .0" }
24
+ trivyScanner = harbor.Scanner {Name : "Trivy" , Vendor : "Aqua Security" , Version : "0.40 .0" }
25
25
)
26
26
27
27
const (
You can’t perform that action at this time.
0 commit comments