aisbom-cli 0.7.6__tar.gz → 0.7.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/PKG-INFO +1 -1
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/pyproject.toml +1 -1
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/LICENSE +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/README.md +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/__init__.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/cli.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/diff.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/linter.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/mock_generator.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/remote.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/safety.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/scanner.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/spdx_gen.py +0 -0
- {aisbom_cli-0.7.6 → aisbom_cli-0.7.8}/aisbom/version_check.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "aisbom-cli"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.8"
|
|
4
4
|
description = "An AI Supply Chain security tool that that detects Pickle bombs and generates CycloneDX SBOMs for Machine Learning models."
|
|
5
5
|
authors = ["Ajoy L <lab700xdev@gmail.com>"]
|
|
6
6
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|