diff --git a/.secrets.baseline b/.secrets.baseline index 228fd5f..c149f8b 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "go/go.sum|^.secrets.baseline$", "lines": null }, - "generated_at": "2024-06-03T11:04:28Z", + "generated_at": "2024-06-04T16:14:24Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -82,7 +82,7 @@ "hashed_secret": "845d87d073c35614bfe1fe7f7f3821ea0f175126", "is_secret": false, "is_verified": false, - "line_number": 285, + "line_number": 286, "type": "Base64 High Entropy String", "verified_result": null } diff --git a/README.md b/README.md index cbfc987..0833347 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ You may be asked passphrase of SSH key to access to the git repo. - [Kyverno](docs/public/kyverno.md) - [Open Cluster Management Governance Policy Framework](docs/public/ocm.md) - [Auditree](docs/public/auditree.md) +- [Heterogeneous PVPs (mixing Kyverno, OCM Policy, and Auditree)](docs/public/heterogeneous.md) ## Usage of C2P as a library diff --git a/pyproject.toml b/pyproject.toml index e3e7728..4f70cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-dir = { "c2p" = "c2p" } include = ["c2p*"] [project] -version = "v0.3.1" +version = "v0.3.2" name = "compliance-to-policy" authors = [{ name = "Takumi Yanagawa", email = "yana1205dev@gmail.com" }] description = "Tools to bridge Compliance and Policy"