diff --git a/.gitignore b/.gitignore
index e2a3e9346c070336a189a33c39c09130942da8fe..01699bf8df9e74459303584f5390d95e6ad0d10e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ htmlcov
 dist
 docs/build
 .coverage*
+bom.json
 
 # logs
 *.log
diff --git a/tox.ini b/tox.ini
index 685623682d19140b3eb96748c4092a038a8a0718..65321cbc6d912821ddfc42a3acb3db3e5a826bd0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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