From 8974395bba5510777499a20b012436864718c307 Mon Sep 17 00:00:00 2001 From: Hector Date: Tue, 20 Jun 2023 17:24:16 +0000 Subject: [PATCH] ci: add sast step to pipeline (!87) https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/-/merge_requests/87 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c9342f..ab44653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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