Skip to content

Commit

Permalink
feat(deps): update (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 20, 2024
1 parent 9aa372b commit 23c683f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.32.0/buf-Lin
chmod +x buf

# Install trivy.
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.51.1
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.51.2

# Install mkcert.
RUN curl -sJLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64" && \
Expand All @@ -34,7 +34,7 @@ WORKDIR /home/circleci/
RUN curl -sSL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v2.20.0

# Install go deps.
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.1 && \
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2 && \
go install github.com/alexfalkowski/gocovmerge@latest && \
go install golang.org/x/vuln/cmd/govulncheck@latest && \
go install gotest.tools/gotestsum@v1.11.0 && \
Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.32.0/buf-Lin
chmod +x buf

# Install trivy.
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.51.1
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.51.2

# Install mkcert.
RUN curl -sJLO "https://dl.filippo.io/mkcert/latest?for=linux/amd64" && \
Expand Down

0 comments on commit 23c683f

Please sign in to comment.