Merge branch 'ci/add-sast-step-to-pipeline' into 'main'

ci: add sast step to pipeline

See merge request hectorjsmith/fail2ban-prometheus-exporter!87
This commit is contained in:
Hector 2023-06-20 17:24:16 +00:00
commit d584345fc6

View File

@ -6,6 +6,12 @@ stages:
.go_template:
image: golang:latest
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
dependencies:
extends: .go_template
stage: test