Skip to content

Commit c5db009

Browse files
authored
Merge pull request #4 from reasonerjt/prepare-v0-32-0-ga
Prepare v0.32.0 release
2 parents edc4498 + 576ef3c commit c5db009

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,15 @@ changelog:
2929
- '^release'
3030
dockers:
3131
- image_templates:
32-
- "docker.io/aquasec/harbor-scanner-trivy:{{ .Version }}"
33-
- "public.ecr.aws/aquasecurity/harbor-scanner-trivy:{{ .Version }}"
32+
- "docker.io/goharbor/harbor-scanner-trivy:{{ .Version }}"
3433
ids:
3534
- scanner-trivy
3635
build_flag_templates:
3736
- "--label=org.label-schema.schema-version=1.0"
3837
- "--label=org.label-schema.name={{ .ProjectName }}"
3938
- "--label=org.label-schema.description=Harbor scanner adapter for Trivy"
40-
- "--label=org.label-schema.vendor=Aqua Security"
39+
- "--label=org.label-schema.vendor=Harbor community"
4140
- "--label=org.label-schema.version={{ .Version }}"
4241
- "--label=org.label-schema.build-date={{ .Date }}"
43-
- "--label=org.label-schema.vcs=https://github.com/aquasecurity/harbor-scanner-trivy"
42+
- "--label=org.label-schema.vcs=https://github.com/goharbor/harbor-scanner-trivy"
4443
- "--label=org.label-schema.vcs-ref={{ .FullCommit }}"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
3232

3333
| Harbor | Trivy Adapter | Trivy |
3434
|-------------------------|---------------|-----------------|
35+
| harbor v2.12.0 | v0.32.0 | [trivy v0.56.1] |
3536
| harbor v2.11.1 | v0.31.4 | [trivy v0.54.1] |
3637
| - | v0.31.3 | [trivy v0.52.2] |
3738
| harbor v2.11.0 | v0.31.2 | [trivy v0.51.2] |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
22
name: harbor-scanner-trivy
3-
version: 0.31.4
4-
appVersion: 0.31.4
3+
version: 0.32.0
4+
appVersion: 0.32.0
55
description: Harbor scanner adapter for Trivy
66
keywords:
77
- scanner
88
- harbor
99
- vulnerability
1010
sources:
11-
- https://github.com/aquasecurity/harbor-scanner-trivy
11+
- https://github.com/goharbor/harbor-scanner-trivy

helm/harbor-scanner-trivy/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ fullnameOverride: ""
33

44
image:
55
registry: docker.io
6-
repository: aquasec/harbor-scanner-trivy
7-
tag: 0.31.4
6+
repository: goharbor/harbor-scanner-trivy
7+
tag: 0.32.0
88
pullPolicy: IfNotPresent
99

1010
replicaCount: 1
@@ -102,7 +102,7 @@ scanner:
102102
gitHubToken: ""
103103
## insecure the flag to skip verifying registry certificate
104104
insecure: false
105-
# See https://github.com/aquasecurity/trivy#filter-the-vulnerabilities-by-open-policy-agent-policy for details
105+
# See https://github.com/goharbor/trivy#filter-the-vulnerabilities-by-open-policy-agent-policy for details
106106
ignorePolicy: ""
107107
# ignorePolicy: |
108108
# package trivy

0 commit comments

Comments
 (0)