diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e45a1cf..543b4bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,15 @@ lint: - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp rules: - if: '$CI_COMMIT_MESSAGE =~ /lint/' + + include: - template: Security/SAST.gitlab-ci.yml - template: Security/Dependency-Scanning.gitlab-ci.yml - template: Security/Secret-Detection.gitlab-ci.yml + - template: Security/IaC-Scanning.gitlab-ci.yml + + build-job: # This job runs in the build stage, which runs first. stage: build image: r.sectorq.eu/jaydee/builder:amd64