Skip to content
Snippets Groups Projects
Commit 7fcbea39 authored by André Sterba's avatar André Sterba Committed by Fabian Seidl
Browse files

Add govuln to ci

parent 88656575
No related branches found
No related tags found
1 merge request!379Add govuln to ci
Pipeline #116187 skipped
This commit is part of merge request !379. Comments created here will be created in the context of that merge request.
...@@ -11,3 +11,11 @@ code-quality: ...@@ -11,3 +11,11 @@ code-quality:
paths: paths:
- gl-code-quality-report.json - gl-code-quality-report.json
needs: [] 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.
Please register or to comment