Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ac701b20
Commit
ac701b20
authored
Sep 02, 2021
by
Thomas Woodham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude eslint as a SAST analyzer
parent
662760b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+1
-4
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
ac701b20
...
...
@@ -27,14 +27,11 @@ 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
SAST_EXCLUDED_ANALYZERS
:
bandit, flawfinder, phpcs-security-audit, pmd-apex, security-code-scan, spotbugs
, eslint
brakeman-sast
:
rules
:
!reference
[
"
.reports:rules:sast"
,
rules
]
eslint-sast
:
rules
:
!reference
[
"
.reports:rules:sast"
,
rules
]
nodejs-scan-sast
:
rules
:
!reference
[
"
.reports:rules:sast"
,
rules
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment