Skip to content
Snippets Groups Projects
Verified Commit b32fbb73 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist

parent cd266723
No related branches found
No related tags found
1 merge request!4Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
Pipeline #2047 passed
variables:
CCACHE_COMPILERCHECK: content
CCACHE_DIR: "${CI_PROJECT_DIR}/.ccache"
SAST_EXCLUDED_ANALYZERS: "bandit,semgrep"
build:
stage: build
......@@ -104,3 +104,9 @@ pages:
artifacts:
paths:
- public
sast:
stage: build
tags: [docker]
include:
- template: Security/SAST.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment