feat: govulncheck
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-12-04 08:49:09 +01:00
parent d7176066f4
commit c9900290df
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 25 additions and 1 deletions

View File

@ -65,6 +65,30 @@ trigger:
branch:
- master
---
kind: pipeline
type: docker
name: govulncheck
platform:
os: linux
arch: amd64
steps:
- name: govulncheck
image: golang:1.19
commands:
- make generate
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
trigger:
event:
- push
- pull_request
branch:
- master
---
kind: pipeline
type: docker
@ -152,6 +176,6 @@ depends_on:
- manifest
---
kind: signature
hmac: 72930232a6eeb4e3106bcd6f309b3acbc9881f915340f4e1431a1a908314aca5
hmac: 92de7018f58d199ef87c9dbb56c692cf791e58606c93de1d2c7bdcb72655631f
...