diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-11 12:11:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-11 12:11:56 +0000 |
commit | cb787abec6e64a220b2807469023f4de210dac10 (patch) | |
tree | 4f9a8a03a0c9ca91efd08e5baa74859d24e7e2e9 /.gitlab/ci/reports.gitlab-ci.yml | |
parent | 31a9181ed65e80ceac2cbd6e2dba9af40e7b0d0b (diff) | |
download | gitlab-ce-cb787abec6e64a220b2807469023f4de210dac10.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/reports.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/reports.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml index abda6fad9aa..6525d8abcf5 100644 --- a/.gitlab/ci/reports.gitlab-ci.yml +++ b/.gitlab/ci/reports.gitlab-ci.yml @@ -28,7 +28,7 @@ code_quality: variables: SAST_BRAKEMAN_LEVEL: 2 # GitLab-specific SAST_EXCLUDED_PATHS: "qa, spec, doc, ee/spec, config/gitlab.yml.example, tmp" # GitLab-specific - SAST_EXCLUDED_ANALYZERS: bandit, flawfinder, phpcs-security-audit, pmd-apex, security-code-scan, spotbugs, eslint + SAST_EXCLUDED_ANALYZERS: bandit, flawfinder, phpcs-security-audit, pmd-apex, security-code-scan, spotbugs, eslint, nodejs-scan brakeman-sast: rules: !reference [".reports:rules:brakeman-sast", rules] |