From d1f071bd371fa74d8b781ea619a2c2d2a7cfb56f Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Tue, 3 Dec 2024 15:22:48 -0500 Subject: [PATCH] chore: preps for v1 release Signed-off-by: Jennifer Power --- .github/workflows/ci.yml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b09cc4..72f3a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - main + - v1 jobs: project: diff --git a/README.md b/README.md index 834f4f4..8fe241d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ It generates policies in native format of PVP from OSCAL Component Definitions a - The plugin is responsible for implementing a function that takes the results of the policy engine and returns verdicts (pass/fail/error), reason, and/or resource name for each respective policy by its names/IDs. 7. C2P produces Compliance Assessment Results, for example OSCAL Assessment Results that represents the assessment results of each control +## Versions + +### v1: stable + +All `v1.*` releases are based upon this branch. + ## Goals Provide seamless integration with compliance frameworks and existing policy engines, and enable to use heterogeneous policy engines in compliance check operation - Flexibility in choice of policy engines and compliance frameworks