Skip to content

Commit 80db91e

Browse files
committed
Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist
0 parents  commit 80db91e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# You can override the included template(s) by including variable overrides
2+
# SAST customization: https://docs.gitlab.com/user/application_security/sast/#available-cicd-variables
3+
# Secret Detection customization: https://docs.gitlab.com/user/application_security/secret_detection/pipeline/configure/
4+
# Dependency Scanning customization: https://docs.gitlab.com/user/application_security/dependency_scanning/dependency_scanning_sbom/#customizing-analyzer-behavior
5+
# Container Scanning customization: https://docs.gitlab.com/user/application_security/container_scanning/#customizing-analyzer-behavior
6+
# Note that environment variables can be set in several places
7+
# See https://docs.gitlab.com/ci/variables/#cicd-variable-precedence
8+
stages:
9+
- test
10+
sast:
11+
stage: test
12+
include:
13+
- template: Security/SAST.gitlab-ci.yml

0 commit comments

Comments
 (0)