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 11# 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
33
44FROM aquasec/trivy:${TRIVY_VERSION}
55
Original file line number Diff line number Diff line change 11# 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
33ARG SKAFFOLD_GO_GCFLAGS
44
55FROM 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
3232
3333| Harbor | Trivy Adapter | Trivy |
3434| -------------------------| ---------------| -----------------|
35- | harbor v2.14.0 | v0.34.0 | [ trivy v0.65 .0] |
35+ | harbor v2.14.0 | v0.34.0 | [ trivy v0.66 .0] |
3636| harbor v2.13.2 | v0.33.2 | [ trivy v0.64.1] |
3737| harbor v2.13.1 | v0.33.1 | [ trivy v0.62.1] |
3838| 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
4343| harbor v2.11.1 | v0.31.4 | [ trivy v0.54.1] |
4444| - | v0.31.3 | [ trivy v0.52.2] |
4545| 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] |
5346
5447Note: The version matrix is not exhaustive. For older versions please refer to https://github.com/aquasecurity/harbor-scanner-trivy
5548
Original file line number Diff line number Diff line change 2626 trivyScanner = harbor.Scanner {
2727 Name : "Trivy" ,
2828 Vendor : "Aqua Security" ,
29- Version : "0.65 .0" ,
29+ Version : "0.66 .0" ,
3030 }
3131)
3232
You can’t perform that action at this time.
0 commit comments