Skip to content

Commit

Permalink
Merge pull request #209 from u5surf/issue-172
Browse files Browse the repository at this point in the history
Implement gosec #172
  • Loading branch information
Eric Greer committed Oct 4, 2019
2 parents d31647b + d80016b commit c47ea25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ADD ./ /go/src/github.com/Comcast/kuberhealthy/
WORKDIR /go/src/github.com/Comcast/kuberhealthy/cmd/kuberhealthy
ENV CGO_ENABLED=0
RUN go version
RUN curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $GOPATH/bin 2.0.0
RUN gosec ./...
#RUN go test -v -short -- --debug --forceMaster
RUN go build -v -o kuberhealthy
RUN mkdir /kuberhealthy
Expand Down

0 comments on commit c47ea25

Please sign in to comment.