Skip to content

Commit 9a1d746

Browse files
author
Michal Slusarczyk
authored
Adding contrib/junit.tpl to docker image (#554)
1 parent d18d17b commit 9a1d746

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM alpine:3.12
22
RUN apk --no-cache add ca-certificates git rpm
33
COPY trivy /usr/local/bin/trivy
44
COPY contrib/gitlab.tpl contrib/gitlab.tpl
5+
COPY contrib/junit.tpl contrib/junit.tpl
56
ENTRYPOINT ["trivy"]

goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ dockers:
9494
- "--label=org.label-schema.vcs-ref={{ .FullCommit }}"
9595
extra_files:
9696
- contrib/gitlab.tpl
97+
- contrib/junit.tpl

0 commit comments

Comments
 (0)