Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nxd-bom
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
nxd-bom
Commits
9dd69626
Commit
9dd69626
authored
Jul 03, 2024
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cyclonedx: WIP export dependencies
parent
923fdafd
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
149 additions
and
40 deletions
+149
-40
nxdbom/__init__.py
nxdbom/__init__.py
+148
-39
nxdbom/nxdbom_test.py
nxdbom/nxdbom_test.py
+1
-1
No files found.
nxdbom/__init__.py
View file @
9dd69626
This diff is collapsed.
Click to expand it.
nxdbom/nxdbom_test.py
View file @
9dd69626
...
...
@@ -745,7 +745,7 @@ extends = https://slapos.example.invalid/software/example/software.cfg
@
pytest
.
mark
.
parametrize
(
'build,bomok'
,
testv
)
def
test_bom_software
(
tmpdir
,
build
,
bomok
):
populate_software_directory_from_build
(
tmpdir
,
build
)
bom
=
{}
bom
=
nxdbom
.
Bom
()
if
isinstance
(
bomok
,
Exception
):
with
pytest
.
raises
(
type
(
bomok
))
as
e
:
nxdbom
.
bom_software
(
tmpdir
)
...
...
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