Skip to content

Commit

Permalink
update README to add compliance-to-policy logo (oscal-compass#17)
Browse files Browse the repository at this point in the history
* update README to add compliance-to-policy logo

Signed-off-by: Takumi Yanagawa <[email protected]>

* update version

Signed-off-by: Takumi Yanagawa <[email protected]>

---------

Signed-off-by: Takumi Yanagawa <[email protected]>
  • Loading branch information
yana1205 authored Jun 6, 2024
1 parent 194e8ae commit eee9cd9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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-04T16:14:24Z",
"generated_at": "2024-06-06T13:02:33Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -82,7 +82,7 @@
"hashed_secret": "845d87d073c35614bfe1fe7f7f3821ea0f175126",
"is_secret": false,
"is_verified": false,
"line_number": 286,
"line_number": 289,
"type": "Base64 High Entropy String",
"verified_result": null
}
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# <img alt="Logo" width="80px" src="./assets/compliance-to-policy-800x800-transparent.png" style="vertical-align: middle;" /> Compliance-to-Policy (also known as `C2P`)

## Introduction
C2P bridges Compliance and PVPs. C2P takes Compliance requirements and generates technical policies for PVP, and takes PVP native results and generates Compliance Assessment Results.

Compliance-to-Policy (C2P) bridges Compliance and PVPs. C2P takes Compliance requirements and generates technical policies for PVP, and takes PVP native results and generates Compliance Assessment Results.

C2P supports Compliance and PVP as follows:
- Compliance framework
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.2"
version = "v0.3.3"
name = "compliance-to-policy"
authors = [{ name = "Takumi Yanagawa", email = "[email protected]" }]
description = "Tools to bridge Compliance and Policy"
Expand Down

0 comments on commit eee9cd9

Please sign in to comment.