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

add SBOM

parent 7a3b33ae
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,5 @@ coverage.xml
htmlcov
docs/build
*.log
dist/
\ No newline at end of file
dist/
bom.json
\ No newline at end of file
......@@ -11,6 +11,7 @@ passenv = USE_COMPOSE
deps =
coverage
flake8
cyclonedx-py
-r requirements.txt
commands =
......@@ -21,4 +22,5 @@ commands =
coverage report --fail-under 85
flake8 brian_polling_manager/ test/ setup.py
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