Skip to content

Commit

Permalink
Merge pull request #4 from reasonerjt/prepare-v0-32-0-ga
Browse files Browse the repository at this point in the history
Prepare v0.32.0 release
  • Loading branch information
reasonerjt authored Nov 4, 2024
2 parents edc4498 + 576ef3c commit c5db009
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ changelog:
- '^release'
dockers:
- image_templates:
- "docker.io/aquasec/harbor-scanner-trivy:{{ .Version }}"
- "public.ecr.aws/aquasecurity/harbor-scanner-trivy:{{ .Version }}"
- "docker.io/goharbor/harbor-scanner-trivy:{{ .Version }}"
ids:
- scanner-trivy
build_flag_templates:
- "--label=org.label-schema.schema-version=1.0"
- "--label=org.label-schema.name={{ .ProjectName }}"
- "--label=org.label-schema.description=Harbor scanner adapter for Trivy"
- "--label=org.label-schema.vendor=Aqua Security"
- "--label=org.label-schema.vendor=Harbor community"
- "--label=org.label-schema.version={{ .Version }}"
- "--label=org.label-schema.build-date={{ .Date }}"
- "--label=org.label-schema.vcs=https://github.com/aquasecurity/harbor-scanner-trivy"
- "--label=org.label-schema.vcs=https://github.com/goharbor/harbor-scanner-trivy"
- "--label=org.label-schema.vcs-ref={{ .FullCommit }}"
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.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] |
| harbor v2.11.0 | v0.31.2 | [trivy v0.51.2] |
Expand Down
6 changes: 3 additions & 3 deletions helm/harbor-scanner-trivy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
name: harbor-scanner-trivy
version: 0.31.4
appVersion: 0.31.4
version: 0.32.0
appVersion: 0.32.0
description: Harbor scanner adapter for Trivy
keywords:
- scanner
- harbor
- vulnerability
sources:
- https://github.com/aquasecurity/harbor-scanner-trivy
- https://github.com/goharbor/harbor-scanner-trivy
6 changes: 3 additions & 3 deletions helm/harbor-scanner-trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ fullnameOverride: ""

image:
registry: docker.io
repository: aquasec/harbor-scanner-trivy
tag: 0.31.4
repository: goharbor/harbor-scanner-trivy
tag: 0.32.0
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down Expand Up @@ -102,7 +102,7 @@ scanner:
gitHubToken: ""
## insecure the flag to skip verifying registry certificate
insecure: false
# See https://github.com/aquasecurity/trivy#filter-the-vulnerabilities-by-open-policy-agent-policy for details
# See https://github.com/goharbor/trivy#filter-the-vulnerabilities-by-open-policy-agent-policy for details
ignorePolicy: ""
# ignorePolicy: |
# package trivy
Expand Down

0 comments on commit c5db009

Please sign in to comment.