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

Merge branch 'set-sast-config-1' into 'master'

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

See merge request !4
parents cd266723 b32fbb73
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 #2048 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