This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
helm/harbor-scanner-trivy Expand file tree Collapse file tree 5 files changed +7
-5
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.38.2
2
+ ARG TRIVY_VERSION=0.39.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.10 | [ trivy v0.39.0] |
40
41
| - | v0.30.9 | [ trivy v0.38.2] |
41
42
| - | v0.30.8 | [ trivy v0.38.2] |
42
43
| - | v0.30.7 | [ trivy v0.37.2] |
@@ -75,6 +76,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
75
76
[ harbor v2.1.6 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.6
76
77
[ harbor v2.1.0 ] : https://github.com/goharbor/harbor/releases/tag/v2.1.0
77
78
79
+ [ trivy v0.39.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.39.0
78
80
[ trivy v0.38.2 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.38.2
79
81
[ trivy v0.37.2 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.37.2
80
82
[ trivy v0.35.0 ] : https://github.com/aquasecurity/trivy/releases/tag/v0.35.0
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : harbor-scanner-trivy
3
- version : 0.30.9
4
- appVersion : 0.30.9
3
+ version : 0.30.10
4
+ appVersion : 0.30.10
5
5
description : Harbor scanner adapter for Trivy
6
6
keywords :
7
7
- scanner
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ fullnameOverride: ""
4
4
image :
5
5
registry : docker.io
6
6
repository : aquasec/harbor-scanner-trivy
7
- tag : 0.30.9
7
+ tag : 0.30.10
8
8
pullPolicy : IfNotPresent
9
9
10
10
replicaCount : 1
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.38.2 " }
24
+ trivyScanner = harbor.Scanner {Name : "Trivy" , Vendor : "Aqua Security" , Version : "0.39.0 " }
25
25
)
26
26
27
27
const (
You can’t perform that action at this time.
0 commit comments