diff --git a/.goreleaser.yml b/.goreleaser.yml index 0cb5c537..62c27d2a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,7 @@ changelog: exclude: - '^docs' - '^test' + - '^release' dockers: - image_templates: - "docker.io/aquasec/harbor-scanner-trivy:{{ .Version }}" diff --git a/README.md b/README.md index 0e145775..c2db5e72 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ requests. This project is licensed under the [Apache 2.0](LICENSE) license. -[release-img]: https://img.shields.io/github/release/aquasecurity/harbor-scanner-trivy.svg +[release-img]: https://img.shields.io/github/release/aquasecurity/harbor-scanner-trivy.svg?logo=github [release]: https://github.com/aquasecurity/harbor-scanner-trivy/releases [build-action-img]: https://github.com/aquasecurity/harbor-scanner-trivy/workflows/build/badge.svg [build-action]: https://github.com/aquasecurity/harbor-scanner-trivy/actions diff --git a/helm/harbor-scanner-trivy/Chart.yaml b/helm/harbor-scanner-trivy/Chart.yaml index cac08384..4f58f101 100644 --- a/helm/harbor-scanner-trivy/Chart.yaml +++ b/helm/harbor-scanner-trivy/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor-scanner-trivy -version: 0.7.0 -appVersion: "0.10.0" +version: 0.8.0 +appVersion: "0.11.0" description: Trivy as a plug-in vulnerability scanner in the Harbor registry keywords: - scanner diff --git a/helm/harbor-scanner-trivy/values.yaml b/helm/harbor-scanner-trivy/values.yaml index 3eaace0c..e4335af9 100644 --- a/helm/harbor-scanner-trivy/values.yaml +++ b/helm/harbor-scanner-trivy/values.yaml @@ -4,7 +4,7 @@ fullnameOverride: "" image: registry: docker.io repository: aquasec/harbor-scanner-trivy - tag: 0.10.0 + tag: 0.11.0 pullPolicy: IfNotPresent replicaCount: 1