Compare commits

..

No commits in common. "main" and "v0.5.0" have entirely different histories.
main ... v0.5.0

1 changed files with 4 additions and 12 deletions

View File

@ -3,18 +3,10 @@ type: docker
name: go-lib/util
steps:
- name: build
image: golang
- name: test
image: golang:1.18
commands:
- mkdir -p .build
- go install gotest.tools/gotestsum@v1.9.0
- go get ./...
- gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./...
- go test ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v ./...
trigger:
event:
- push
- cron
- custom
- govulncheck -v -json ./... > vulncheck.json