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

add SBOM

parent c33e601d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ htmlcov
dist
docs/build
.coverage*
bom.json
# logs
*.log
......@@ -13,6 +13,7 @@ deps =
pytest-xdist
pytest-cov
flake8
cyclonedx-py
-r requirements.txt
commands =
......@@ -20,3 +21,4 @@ commands =
pytest -n auto --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
flake8
sphinx-build -M html docs/source docs/build
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