Skip to content

Commit 09d2ff4

Browse files
committed
ci: remove semgrep job
1 parent 163d234 commit 09d2ff4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818
HOMEBREW_NO_AUTO_UPDATE: 1
1919
SAST_EXCLUDED_PATHS: "spec, test, tests, tmp, vendor, node_modules, .git"
2020
GITLAB_ADVANCED_SAST_ENABLED: "true"
21+
SAST_EXCLUDED_ANALYZERS: "semgrep"
2122
AST_ENABLE_MR_PIPELINES: "true"
2223

2324
cache:
@@ -338,13 +339,6 @@ gitlab-advanced-sast:
338339
artifacts:
339340
expire_in: 30 days
340341

341-
semgrep-sast:
342-
rules:
343-
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
344-
when: never
345-
- if: $CI_COMMIT_BRANCH
346-
when: on_success
347-
348342
#####################################
349343
# Sign production build
350344

0 commit comments

Comments
 (0)