Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c1c7b0e

Browse files
authored
release: prepare v0.30.10 (#323)
Signed-off-by: chenk <[email protected]>
1 parent 04ebc45 commit c1c7b0e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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.38.2
2+
ARG TRIVY_VERSION=0.39.0
33

44
FROM aquasec/trivy:${TRIVY_VERSION}
55

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
3737

3838
| Harbor | Trivy Adapter | Trivy |
3939
|------------------|---------------|-----------------|
40+
| - | v0.30.10 | [trivy v0.39.0] |
4041
| - | v0.30.9 | [trivy v0.38.2] |
4142
| - | v0.30.8 | [trivy v0.38.2] |
4243
| - | v0.30.7 | [trivy v0.37.2] |
@@ -75,6 +76,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
7576
[harbor v2.1.6]: https://github.com/goharbor/harbor/releases/tag/v2.1.6
7677
[harbor v2.1.0]: https://github.com/goharbor/harbor/releases/tag/v2.1.0
7778

79+
[trivy v0.39.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.39.0
7880
[trivy v0.38.2]: https://github.com/aquasecurity/trivy/releases/tag/v0.38.2
7981
[trivy v0.37.2]: https://github.com/aquasecurity/trivy/releases/tag/v0.37.2
8082
[trivy v0.35.0]: https://github.com/aquasecurity/trivy/releases/tag/v0.35.0

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.30.9
4-
appVersion: 0.30.9
3+
version: 0.30.10
4+
appVersion: 0.30.10
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: aquasec/harbor-scanner-trivy
7-
tag: 0.30.9
7+
tag: 0.30.10
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
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
var (
24-
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.38.2"}
24+
trivyScanner = harbor.Scanner{Name: "Trivy", Vendor: "Aqua Security", Version: "0.39.0"}
2525
)
2626

2727
const (

0 commit comments

Comments
 (0)