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
f28f7f13
Commit
f28f7f13
authored
Apr 28, 2021
by
Rémy Coutable
Committed by
Albert Salim
May 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Simplify the extends in the reports CI config
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
2b15be16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/reports.gitlab-ci.yml
+8
-8
No files found.
.gitlab/ci/reports.gitlab-ci.yml
View file @
f28f7f13
...
...
@@ -14,11 +14,11 @@ code_quality:
-
gl-code-quality-report.json
# GitLab-specific
rules
:
!reference
[
"
.reports:rules:code_quality"
,
rules
]
# Putting the `extends` in `.sast-analyzer` would override the `extends: sast` that's already there.
sast
:
extends
:
.default-retry
.sast-analyzer
:
# We need to re-`extends` from `sast` as the `extends` here overrides the one from the template.
extends
:
-
.default-retry
-
sast
needs
:
[]
artifacts
:
paths
:
...
...
@@ -49,11 +49,11 @@ nodejs-scan-sast:
secret_detection
:
rules
:
!reference
[
"
.reports:rules:secret_detection"
,
rules
]
# Putting the `extends` in `.ds-analyzer` would override the `extends: dependency_scanning` that's already there.
dependency_scanning
:
extends
:
.default-retry
.ds-analyzer
:
# We need to re-`extends` from `dependency_scanning` as the `extends` here overrides the one from the template.
extends
:
-
.default-retry
-
dependency_scanning
needs
:
[]
variables
:
DS_EXCLUDED_PATHS
:
"
qa/qa/ee/fixtures/secure_premade_reports,
spec,
ee/spec,
tmp"
# GitLab-specific
...
...
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