certs/.drone.yml

12 lines
247 B
YAML

kind: pipeline
type: docker
name: go-lib/certs
steps:
- name: test
image: golang:1.18
commands:
- go get ./...
- go test ./...
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck -v -json ./... > vulncheck.json