Skip to content

Commit e0dcbf4

Browse files
Dominic CoutureGitLab
Dominic Couture
authored and
GitLab
committed
Add GitLab Advanced SAST to CI/CD config
1 parent 1ecc228 commit e0dcbf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ variables:
2626
RUST_VERSION: "rust-1.73"
2727
UBI_VERSION: "8.6"
2828
IMAGE_TAG: "rubygems-3.4-git-2.36-exiftool-12.60"
29+
GITLAB_ADVANCED_SAST_ENABLED: 'true'
2930

3031
workflow:
3132
rules: &workflow_rules
@@ -195,6 +196,10 @@ semgrep-sast:
195196
stage: lint
196197
rules: *workflow_rules
197198

199+
gitlab-advanced-sast:
200+
stage: lint
201+
rules: *workflow_rules
202+
198203
# Dependency Scanning
199204
gemnasium-dependency_scanning:
200205
stage: lint

0 commit comments

Comments
 (0)