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
f0aa3a26
Commit
f0aa3a26
authored
Oct 12, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Remove the 'nodejs-scan-sast' job which isn't used anymore
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
f93e436d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+0
-4
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-9
doc/development/pipelines.md
doc/development/pipelines.md
+0
-3
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
f0aa3a26
...
...
@@ -34,10 +34,6 @@ brakeman-sast:
rules
:
!reference
[
"
.reports:rules:brakeman-sast"
,
rules
]
allow_failure
:
true
nodejs-scan-sast
:
rules
:
!reference
[
"
.reports:rules:nodejs-scan-sast"
,
rules
]
allow_failure
:
true
semgrep-sast
:
rules
:
!reference
[
"
.reports:rules:semgrep-sast"
,
rules
]
allow_failure
:
true
...
...
.gitlab/ci/rules.gitlab-ci.yml
View file @
f0aa3a26
...
...
@@ -1265,15 +1265,6 @@
-
'
**/*.rb'
-
'
**/Gemfile'
.reports:rules:nodejs-scan-sast:
rules
:
-
if
:
$SAST_DISABLED
when
:
never
-
if
:
$SAST_EXCLUDED_ANALYZERS =~ /nodejs-scan/
when
:
never
-
changes
:
-
'
**/package.json'
.reports:rules:gosec-sast:
rules
:
-
if
:
$SAST_DISABLED
...
...
doc/development/pipelines.md
View file @
f0aa3a26
...
...
@@ -231,7 +231,6 @@ graph RL;
1-16["brakeman-sast"];
1-17["eslint-sast"];
1-18["kubesec-sast"];
1-19["nodejs-scan-sast"];
1-20["secrets-sast"];
1-21["static-analysis (14 minutes)"];
click 1-21 "https://app.periscopedata.com/app/gitlab/652085/Engineering-Productivity---Pipeline-Build-Durations?widget=6914471&udv=0"
...
...
@@ -333,7 +332,6 @@ graph RL;
1-16["brakeman-sast"];
1-17["eslint-sast"];
1-18["kubesec-sast"];
1-19["nodejs-scan-sast"];
1-20["secrets-sast"];
1-21["static-analysis (14 minutes)"];
click 1-21 "https://app.periscopedata.com/app/gitlab/652085/Engineering-Productivity---Pipeline-Build-Durations?widget=6914471&udv=0"
...
...
@@ -459,7 +457,6 @@ graph RL;
1-16["brakeman-sast"];
1-17["eslint-sast"];
1-18["kubesec-sast"];
1-19["nodejs-scan-sast"];
1-20["secrets-sast"];
1-21["static-analysis (14 minutes)"];
click 1-21 "https://app.periscopedata.com/app/gitlab/652085/Engineering-Productivity---Pipeline-Build-Durations?widget=6914471&udv=0"
...
...
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