repochecker: Track and report binary files found in repository
This commit is contained in:
parent
724b00b825
commit
3625af47d9
2 changed files with 62 additions and 2 deletions
|
|
@ -16,6 +16,8 @@ RUN go build -v -o repochecker/repochecker ./repochecker
|
|||
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
||||
ENTRYPOINT ["/usr/bin/repochecker"]
|
||||
|
||||
COPY --from=gobuild /go/src/srs.epita.fr/fic-server/repochecker/repochecker /usr/bin/repochecker
|
||||
|
|
|
|||
Reference in a new issue