ci: add sast step to pipeline (!87)
https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/merge_requests/87
This commit is contained in:
parent
ad593dbd9b
commit
8974395bba
@ -6,6 +6,12 @@ stages:
|
|||||||
.go_template:
|
.go_template:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
|
|
||||||
|
sast:
|
||||||
|
stage: test
|
||||||
|
|
||||||
|
include:
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
extends: .go_template
|
extends: .go_template
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user