feat(GODT-2001): add govulncheck to scan for vulnerabilities.

This commit is contained in:
Jakub
2023-12-05 10:13:56 +01:00
parent 6cbef1d786
commit 01db488caa
9 changed files with 85 additions and 190 deletions

View File

@ -107,3 +107,18 @@ test-coverage:
coverage_report:
coverage_format: cobertura
path: coverage.xml
go-vuln-check:
extends:
- .rules-branch-manual-MR-and-devel-always
stage: test
tags:
- shared-medium
script:
- apt-get -y install jq
- ./utils/govulncheck.sh
artifacts:
when: always
paths:
- vulns*