Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 12:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 12:08:45 +0300
commit035cd5ee5e42fda4a896ed43147ebf455fa2f5ba (patch)
tree447d9362dd26fb42828d13777ffc821d7129dc0d /.gitlab/ci/static-analysis.gitlab-ci.yml
parent7f12b2dc7406ceb8a9b1bbd730b38ad70fc88405 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/static-analysis.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/static-analysis.gitlab-ci.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.gitlab/ci/static-analysis.gitlab-ci.yml b/.gitlab/ci/static-analysis.gitlab-ci.yml
index cb3a9706a18..b4efd9e49bf 100644
--- a/.gitlab/ci/static-analysis.gitlab-ci.yml
+++ b/.gitlab/ci/static-analysis.gitlab-ci.yml
@@ -7,7 +7,6 @@
variables:
SETUP_DB: "false"
ENABLE_SPRING: "1"
- SKIP_LOG_INITIALIZER_CONNECTIONS: "1"
# Disable warnings in browserslist which can break on backports
# https://github.com/browserslist/browserslist/blob/a287ec6/node.js#L367-L384
BROWSERSLIST_IGNORE_OLD_DATA: "true"
@@ -160,39 +159,3 @@ feature-flags-usage:
when: always
paths:
- tmp/feature_flags/
-
-semgrep-appsec-custom-rules:
- stage: lint
- extends:
- - .semgrep-appsec-custom-rules:rules
- image: returntocorp/semgrep
- needs: []
- script:
- # Required to avoid a timeout https://github.com/returntocorp/semgrep/issues/5395
- - git fetch origin master
- # Include/exclude list isn't ideal https://github.com/returntocorp/semgrep/issues/5399
- - |
- semgrep ci --gitlab-sast --metrics off --config $CUSTOM_RULES_URL \
- --include app --include lib --include workhorse \
- --exclude '*_test.go' --exclude spec --exclude qa > gl-sast-report.json || true
- variables:
- CUSTOM_RULES_URL: https://gitlab.com/gitlab-com/gl-security/appsec/sast-custom-rules/-/raw/main/appsec-pings/rules.yml
- artifacts:
- paths:
- - gl-sast-report.json
- reports:
- sast: gl-sast-report.json
-
-ping-appsec-for-sast-findings:
- stage: lint
- image: alpine:latest
- extends:
- - .ping-appsec-for-sast-findings:rules
- variables:
- # Project Access Token bot ID for /gitlab-com/gl-security/appsec/sast-custom-rules
- BOT_USER_ID: 11727358
- needs:
- - semgrep-appsec-custom-rules
- script:
- - apk add jq curl
- - scripts/process_custom_semgrep_results.sh