Skip to content

Commit

Permalink
Merge pull request #1281 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added govulncheck to CI
  • Loading branch information
vania-pooh committed Nov 15, 2022
2 parents 6d8e4ee + 60bc1a6 commit df4446e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

export GO111MODULE="on"
go test -tags 's3 metadata' -v -race -coverprofile=coverage.txt -covermode=atomic -coverpkg github.com/aerokube/selenoid,github.com/aerokube/selenoid/session,github.com/aerokube/selenoid/config,github.com/aerokube/selenoid/protect,github.com/aerokube/selenoid/service,github.com/aerokube/selenoid/upload

go install golang.org/x/vuln/cmd/govulncheck@latest
"$(go env GOPATH)"/bin/govulncheck -tags production ./...

0 comments on commit df4446e

Please sign in to comment.