Skip to content

Commit

Permalink
Bump up trivy to 0.57.1 and prepare for 0.32.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Jiang <[email protected]>
  • Loading branch information
reasonerjt committed Dec 3, 2024
1 parent 1087bb6 commit cefcbe8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# That's the only place where you're supposed to specify version of Trivy.
ARG TRIVY_VERSION=0.56.1
ARG TRIVY_VERSION=0.57.1

FROM aquasec/trivy:${TRIVY_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# That's the only place where you're supposed to specify version of Trivy.
ARG TRIVY_VERSION=0.56.1
ARG TRIVY_VERSION=0.57.1
ARG SKAFFOLD_GO_GCFLAGS

FROM golang:1.22 AS builder
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed

| Harbor | Trivy Adapter | Trivy |
|-------------------------|---------------|-----------------|
| harbor v2.12.1 | v0.32.1 | [trivy v0.57.1] |
| harbor v2.12.0 | v0.32.0 | [trivy v0.56.1] |
| harbor v2.11.1 | v0.31.4 | [trivy v0.54.1] |
| - | v0.31.3 | [trivy v0.52.2] |
Expand Down
4 changes: 2 additions & 2 deletions helm/harbor-scanner-trivy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor-scanner-trivy
version: 0.32.0
appVersion: 0.32.0
version: 0.32.1
appVersion: 0.32.1
description: Harbor scanner adapter for Trivy
keywords:
- scanner
Expand Down
2 changes: 1 addition & 1 deletion helm/harbor-scanner-trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fullnameOverride: ""
image:
registry: docker.io
repository: goharbor/harbor-scanner-trivy
tag: 0.32.0
tag: 0.32.1
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion test/component/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
trivyScanner = harbor.Scanner{
Name: "Trivy",
Vendor: "Aqua Security",
Version: "0.56.1",
Version: "0.57.1",
}
)

Expand Down

0 comments on commit cefcbe8

Please sign in to comment.