Skip to content

Commit

Permalink
Merge pull request oscal-compass#16 from yana1205/yana/dev
Browse files Browse the repository at this point in the history
update README.md and version
  • Loading branch information
yana1205 authored Jun 4, 2024
2 parents 7bdc7ac + c453cff commit 194e8ae
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 194e8ae

Please sign in to comment.