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

add SBOM

parent 8d0d481c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ __pycache__/
coverage.xml
htmlcov/
/.cache/
bom.json
# Tooling generated
.tox
......
......@@ -19,6 +19,7 @@ deps =
pytest-xdist
pytest-cov
flake8
cyclonedx-py
-r requirements.txt
commands =
......@@ -27,4 +28,5 @@ commands =
flake8
mypy {toxinidir}/compendium_v2/ {toxinidir}/test/
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