File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
helm/harbor-scanner-trivy Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,15 @@ changelog:
29
29
- ' ^release'
30
30
dockers :
31
31
- 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 }}"
34
33
ids :
35
34
- scanner-trivy
36
35
build_flag_templates :
37
36
- " --label=org.label-schema.schema-version=1.0"
38
37
- " --label=org.label-schema.name={{ .ProjectName }}"
39
38
- " --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 "
41
40
- " --label=org.label-schema.version={{ .Version }}"
42
41
- " --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"
44
43
- " --label=org.label-schema.vcs-ref={{ .FullCommit }}"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed
32
32
33
33
| Harbor | Trivy Adapter | Trivy |
34
34
| -------------------------| ---------------| -----------------|
35
+ | harbor v2.12.0 | v0.32.0 | [ trivy v0.56.1] |
35
36
| harbor v2.11.1 | v0.31.4 | [ trivy v0.54.1] |
36
37
| - | v0.31.3 | [ trivy v0.52.2] |
37
38
| harbor v2.11.0 | v0.31.2 | [ trivy v0.51.2] |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : harbor-scanner-trivy
3
- version : 0.31.4
4
- appVersion : 0.31.4
3
+ version : 0.32.0
4
+ appVersion : 0.32.0
5
5
description : Harbor scanner adapter for Trivy
6
6
keywords :
7
7
- scanner
8
8
- harbor
9
9
- vulnerability
10
10
sources :
11
- - https://github.com/aquasecurity /harbor-scanner-trivy
11
+ - https://github.com/goharbor /harbor-scanner-trivy
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ fullnameOverride: ""
3
3
4
4
image :
5
5
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
8
8
pullPolicy : IfNotPresent
9
9
10
10
replicaCount : 1
@@ -102,7 +102,7 @@ scanner:
102
102
gitHubToken : " "
103
103
# # insecure the flag to skip verifying registry certificate
104
104
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
106
106
ignorePolicy : " "
107
107
# ignorePolicy: |
108
108
# package trivy
You can’t perform that action at this time.
0 commit comments