Skip to content
Snippets Groups Projects
Commit 6a8487fa authored by Andre Sterba's avatar Andre Sterba Committed by Fabian Seidl
Browse files

Add govuln to ci


See merge request !379

Co-authored-by: default avatarFabian Seidl <fabian.seidl@h-da.de>
parent 88656575
No related branches found
No related tags found
2 merge requests!379Add govuln to ci,!333WIP: Develop
Pipeline #116629 failed
......@@ -11,3 +11,11 @@ code-quality:
paths:
- gl-code-quality-report.json
needs: []
code-vulnerability:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:1.19-bullseye
stage: analyze
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
needs: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment