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