Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
bliss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
494
Issues
494
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
135
Merge Requests
135
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bliss
bliss
Commits
c27e6101
Commit
c27e6101
authored
Feb 12, 2020
by
Wout De Nolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[writer] save scan metadata only once
parent
61c28d67
Pipeline
#21183
failed with stages
in 38 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
nexus_writer_service/subscribers/scan_writer_base.py
nexus_writer_service/subscribers/scan_writer_base.py
+0
-4
No files found.
nexus_writer_service/subscribers/scan_writer_base.py
View file @
c27e6101
...
...
@@ -281,10 +281,6 @@ class NexusScanWriterBase(base_subscriber.BaseSubscriber):
for
node
in
self
.
_nodes
:
self
.
_fetch_node_metadata
(
node
,
skip
)
self
.
logger
.
info
(
"Save scan metadata"
)
for
subscan
in
self
.
_enabled_subscans
:
self
.
_fetch_subscan_metadata
(
subscan
)
for
subscan
in
self
.
_enabled_subscans
:
self
.
_finalize_subscan
(
subscan
)
self
.
_mark_done
(
subscan
)
...
...
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