Skip to content

Commit 450ba58

Browse files
committed
Bump up trivy to v0.67.2 and prepare for release
Signed-off-by: Daniel Jiang <daniel.jiang@broadcom.com>
1 parent 42c1447 commit 450ba58

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
FROM aquasec/trivy:${TRIVY_VERSION}
55

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
ARG SKAFFOLD_GO_GCFLAGS
44

55
FROM golang:1.24 AS builder

helm/harbor-scanner-trivy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: harbor-scanner-trivy
3-
version: 0.34.0
4-
appVersion: 0.34.0
3+
version: 0.34.1
4+
appVersion: 0.34.1
55
description: Harbor scanner adapter for Trivy
66
keywords:
77
- scanner

helm/harbor-scanner-trivy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fullnameOverride: ""
44
image:
55
registry: docker.io
66
repository: goharbor/harbor-scanner-trivy
7-
tag: v0.34.0
7+
tag: v0.34.1
88
pullPolicy: IfNotPresent
99

1010
replicaCount: 1

test/component/component_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
trivyScanner = harbor.Scanner{
2727
Name: "Trivy",
2828
Vendor: "Aqua Security",
29-
Version: "0.66.0",
29+
Version: "0.67.2",
3030
}
3131
)
3232

0 commit comments

Comments
 (0)