Skip to content

Commit e43ad6c

Browse files
ashmckenzieDominic Couture
authored and
GitLab
committed
Merge branch 'dcouture-advanced-sast' into 'main'
Add GitLab Advanced SAST to CI/CD config See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1120 Merged-by: Ash McKenzie <[email protected]> Approved-by: Ash McKenzie <[email protected]> Co-authored-by: Dominic Couture <[email protected]>
2 parents 1ecc228 + e0dcbf4 commit e43ad6c

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)