File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ dockers:
147
147
goos : linux
148
148
goarch : amd64
149
149
ids :
150
- - trivy
150
+ - build-linux
151
151
build_flag_templates :
152
152
- " --label=org.opencontainers.image.title={{ .ProjectName }}"
153
153
- " --label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -172,7 +172,7 @@ dockers:
172
172
goos : linux
173
173
goarch : arm64
174
174
ids :
175
- - trivy
175
+ - build-linux
176
176
build_flag_templates :
177
177
- " --label=org.opencontainers.image.title={{ .ProjectName }}"
178
178
- " --label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -197,7 +197,7 @@ dockers:
197
197
goos : linux
198
198
goarch : s390x
199
199
ids :
200
- - trivy
200
+ - build-linux
201
201
build_flag_templates :
202
202
- " --label=org.opencontainers.image.title={{ .ProjectName }}"
203
203
- " --label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
@@ -222,7 +222,7 @@ dockers:
222
222
goos : linux
223
223
goarch : ppc64le
224
224
ids :
225
- - trivy
225
+ - build-linux
226
226
build_flag_templates :
227
227
- " --label=org.opencontainers.image.title={{ .ProjectName }}"
228
228
- " --label=org.opencontainers.image.description=A Fast Vulnerability Scanner for Containers"
You can’t perform that action at this time.
0 commit comments