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
10b9c1b1
Commit
10b9c1b1
authored
Jul 14, 2020
by
rossfuhrman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable nodejs scan SAST job
Now that we can disable babel parsing we can re-enable the nodejs scan
parent
5ba1af9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+5
-5
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
10b9c1b1
...
...
@@ -59,6 +59,7 @@ code_quality:
SAST_ANALYZER_IMAGE_TAG
:
2
SAST_BRAKEMAN_LEVEL
:
2
# GitLab-specific
SAST_EXCLUDED_PATHS
:
qa,spec,doc,ee/spec
# GitLab-specific
SAST_DISABLE_BABEL
:
"
true"
script
:
-
/analyzer run
...
...
@@ -72,11 +73,10 @@ eslint-sast:
image
:
name
:
"
$SAST_ANALYZER_IMAGE_PREFIX/eslint:$SAST_ANALYZER_IMAGE_TAG"
# Temporary disabled as it's constantly failing. See https://gitlab.com/gitlab-org/gitlab/-/issues/213769.
# nodejs-scan-sast:
# extends: .sast
# image:
# name: "$SAST_ANALYZER_IMAGE_PREFIX/nodejs-scan:$SAST_ANALYZER_IMAGE_TAG"
nodejs-scan-sast
:
extends
:
.sast
image
:
name
:
"
$SAST_ANALYZER_IMAGE_PREFIX/nodejs-scan:$SAST_ANALYZER_IMAGE_TAG"
secrets-sast
:
extends
:
.sast
...
...
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