Skip to content

Commit

Permalink
update README.md and version
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Yanagawa <[email protected]>
  • Loading branch information
yana1205 committed Jun 4, 2024

Verified

This commit was signed with the committer’s verified signature.
yana1205 Takumi Yanagawa
1 parent 7bdc7ac commit c453cff
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -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
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
description = "Tools to bridge Compliance and Policy"

0 comments on commit c453cff

Please sign in to comment.