Skip to content
Snippets Groups Projects
Commit c80a51f0 authored by Olivier Maury's avatar Olivier Maury
Browse files

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

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

See merge request olivier.maury/gwt-expe!2
parents ca07a853 2b446fe6
No related branches found
No related tags found
1 merge request!2Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist
Pipeline #80430 passed
......@@ -7,3 +7,8 @@
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
include:
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
stages:
- test
sast:
stage: test
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