File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
helm/harbor-scanner-trivy Expand file tree Collapse file tree 5 files changed +6
-6
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.66.0
2+ ARG TRIVY_VERSION=0.67.2
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.66.0
2+ ARG TRIVY_VERSION=0.67.2
33ARG SKAFFOLD_GO_GCFLAGS
44
55FROM golang:1.24 AS builder
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : harbor-scanner-trivy
3- version : 0.34.0
4- appVersion : 0.34.0
3+ version : 0.34.1
4+ appVersion : 0.34.1
55description : Harbor scanner adapter for Trivy
66keywords :
77 - scanner
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ fullnameOverride: ""
44image :
55 registry : docker.io
66 repository : goharbor/harbor-scanner-trivy
7- tag : v0.34.0
7+ tag : v0.34.1
88 pullPolicy : IfNotPresent
99
1010replicaCount : 1
Original file line number Diff line number Diff line change 2626 trivyScanner = harbor.Scanner {
2727 Name : "Trivy" ,
2828 Vendor : "Aqua Security" ,
29- Version : "0.66.0 " ,
29+ Version : "0.67.2 " ,
3030 }
3131)
3232
You can’t perform that action at this time.
0 commit comments