Skip to content

Commit

Permalink
Adding contrib/junit.tpl to docker image (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Slusarczyk authored Jul 9, 2020
1 parent d18d17b commit 9a1d746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM alpine:3.12
RUN apk --no-cache add ca-certificates git rpm
COPY trivy /usr/local/bin/trivy
COPY contrib/gitlab.tpl contrib/gitlab.tpl
COPY contrib/junit.tpl contrib/junit.tpl
ENTRYPOINT ["trivy"]
1 change: 1 addition & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ dockers:
- "--label=org.label-schema.vcs-ref={{ .FullCommit }}"
extra_files:
- contrib/gitlab.tpl
- contrib/junit.tpl

0 comments on commit 9a1d746

Please sign in to comment.