Skip to content
Snippets Groups Projects
Commit b77c8972 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

add SBOM

parent 8d0d481c
Branches
Tags
No related merge requests found
...@@ -22,6 +22,7 @@ __pycache__/ ...@@ -22,6 +22,7 @@ __pycache__/
coverage.xml coverage.xml
htmlcov/ htmlcov/
/.cache/ /.cache/
bom.json
# Tooling generated # Tooling generated
.tox .tox
......
...@@ -19,6 +19,7 @@ deps = ...@@ -19,6 +19,7 @@ deps =
pytest-xdist pytest-xdist
pytest-cov pytest-cov
flake8 flake8
cyclonedx-py
-r requirements.txt -r requirements.txt
commands = commands =
...@@ -27,4 +28,5 @@ commands = ...@@ -27,4 +28,5 @@ commands =
flake8 flake8
mypy {toxinidir}/compendium_v2/ {toxinidir}/test/ mypy {toxinidir}/compendium_v2/ {toxinidir}/test/
sphinx-build -M html docs/source docs/build -E sphinx-build -M html docs/source docs/build -E
cyclonedx-py environment --output-format json -o bom.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment