File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
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.65 .0
2
+ ARG TRIVY_VERSION=0.66 .0
3
3
4
4
FROM aquasec/trivy:${TRIVY_VERSION}
5
5
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.65 .0
2
+ ARG TRIVY_VERSION=0.66 .0
3
3
ARG SKAFFOLD_GO_GCFLAGS
4
4
5
5
FROM golang:1.24 AS builder
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
32
32
33
33
| Harbor | Trivy Adapter | Trivy |
34
34
| -------------------------| ---------------| -----------------|
35
- | harbor v2.14.0 | v0.34.0 | [ trivy v0.65 .0] |
35
+ | harbor v2.14.0 | v0.34.0 | [ trivy v0.66 .0] |
36
36
| harbor v2.13.2 | v0.33.2 | [ trivy v0.64.1] |
37
37
| harbor v2.13.1 | v0.33.1 | [ trivy v0.62.1] |
38
38
| harbor v2.13.0 | v0.33.0-rc.2 | [ trivy v0.61.0] |
@@ -43,13 +43,6 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
43
43
| harbor v2.11.1 | v0.31.4 | [ trivy v0.54.1] |
44
44
| - | v0.31.3 | [ trivy v0.52.2] |
45
45
| harbor v2.11.0 | v0.31.2 | [ trivy v0.51.2] |
46
- | - | v0.31.1 | [ trivy v0.50.4] |
47
- | - | v0.31.0 | [ trivy v0.50.1] |
48
- | harbor v2.10.3, v2.10.2 | v0.30.23 | [ trivy v0.50.1] |
49
- | harbor v2.10.1 | v0.30.22 | [ trivy v0.49.1] |
50
- | - | v0.30.21 | [ trivy v0.48.3] |
51
- | - | v0.30.20 | [ trivy v0.48.1] |
52
- | harbor v2.10.0 | v0.30.19 | [ trivy v0.47.0] |
53
46
54
47
Note: The version matrix is not exhaustive. For older versions please refer to https://github.com/aquasecurity/harbor-scanner-trivy
55
48
Original file line number Diff line number Diff line change 26
26
trivyScanner = harbor.Scanner {
27
27
Name : "Trivy" ,
28
28
Vendor : "Aqua Security" ,
29
- Version : "0.65 .0" ,
29
+ Version : "0.66 .0" ,
30
30
}
31
31
)
32
32
You can’t perform that action at this time.
0 commit comments