coreason-manifest 0.1.0__tar.gz → 0.2.0__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.
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/PKG-INFO +1 -1
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/pyproject.toml +2 -2
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/LICENSE +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/NOTICE +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/README.md +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/__init__.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/engine.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/errors.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/integrity.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/loader.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/main.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/models.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/policies/compliance.rego +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/policies/tbom.json +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/policy.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/schemas/__init__.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/schemas/agent.schema.json +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/utils/__init__.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/utils/logger.py +0 -0
- {coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: coreason_manifest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: This package is the definitive source of truth. If it isn't in the manifest, it doesn't exist. If it violates the manifest, it doesn't run.
|
|
5
5
|
License: # The Prosperity Public License 3.0.0
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "coreason_manifest"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.2.0"
|
|
4
4
|
description = "This package is the definitive source of truth. If it isn't in the manifest, it doesn't exist. If it violates the manifest, it doesn't run."
|
|
5
5
|
authors = ["Gowtham A Rao <gowtham.rao@coreason.ai>"]
|
|
6
6
|
license = "Prosperity-3.0"
|
|
@@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
30
30
|
|
|
31
31
|
[project]
|
|
32
32
|
name = "coreason_manifest"
|
|
33
|
-
version = "0.
|
|
33
|
+
version = "0.2.0"
|
|
34
34
|
description = "This package is the definitive source of truth. If it isn't in the manifest, it doesn't exist. If it violates the manifest, it doesn't run."
|
|
35
35
|
readme = "README.md"
|
|
36
36
|
requires-python = ">=3.11"
|
|
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
|
{coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/policies/compliance.rego
RENAMED
|
File without changes
|
{coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/policies/tbom.json
RENAMED
|
File without changes
|
|
File without changes
|
{coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/schemas/__init__.py
RENAMED
|
File without changes
|
{coreason_manifest-0.1.0 → coreason_manifest-0.2.0}/src/coreason_manifest/schemas/agent.schema.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|