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

This commit is contained in:
Dawid Wysokiński 2022-12-04 08:59:19 +01:00
parent a2a2d53f25
commit 2418114870
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:
- cron
cron:
- govulncheck
---
kind: pipeline
type: docker
@ -152,6 +176,6 @@ depends_on:
- manifest
---
kind: signature
hmac: ab61f6193806f4c516603397ed409f5fcb6285b98a5433e56c4f71384aaebd0c
hmac: 58e7f70c5e0c9e9757a99d91000e7bba814417fd8e0ce25848b2ddb05c46cc20
...