feat: govulncheck (#19)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #19
This commit is contained in:
Dawid Wysokiński 2022-12-04 07:54:54 +00:00
parent d7176066f4
commit 3adb5f910a
1 changed files with 24 additions and 1 deletions

View File

@ -65,6 +65,29 @@ 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 +175,6 @@ depends_on:
- manifest
---
kind: signature
hmac: 72930232a6eeb4e3106bcd6f309b3acbc9881f915340f4e1431a1a908314aca5
hmac: 7262c4a4ae8fd7dfd0f31bd3d1177a42d0b116fc4c9737573c1207072135c14b
...