country-geo-locations/.woodpecker/.vulncheck.yaml

9 lines
169 B
YAML
Raw Normal View History

2024-08-27 00:57:53 +02:00
steps:
- name: vuln-check
image: golang:1.23.0
commands:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
when:
- event: push