Skip to content
Snippets Groups Projects
Commit 31c0a677 authored by Georgi Todorov's avatar Georgi Todorov
Browse files

Update .gitlab-ci.yml

parent d6b855ac
No related branches found
No related tags found
No related merge requests found
Pipeline #63173 failed with stages
in 46 seconds
......@@ -36,18 +36,18 @@ unit tests:
before_script: []
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
#govulncheck:
# image: golang:1.19.4
# stage: test
# tags:
# - amd64-docker
# before_script:
# - ln -s /builds /go/src/gitlab.com
# - cd /go/src/gitlab.com/${CI_PROJECT_PATH}
# script:
# - go version
# - go install golang.org/x/vuln/cmd/govulncheck@latest
# - govulncheck ./...
govulncheck:
image: golang:1.19.4
stage: test
tags:
- amd64-docker
before_script:
- ln -s /builds /go/src/gitlab.com
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}
script:
- go version
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
amd64:
extends: .docker-build
......
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