From 56a4abac79551291092578a2680870f35876838a Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 16 Nov 2023 06:19:13 -0500 Subject: [PATCH 1/2] fix: link main readme to agile authoring setup repo Signed-off-by: Lou DeGenaro --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c7f04d32d..d528bc286 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,16 @@ See [Install trestle in a python virtual environment](https://ibm.github.io/comp Complete documentation, tutorials, and background on compliance can be found [here](https://ibm.github.io/compliance-trestle). +## Agile Authoring + +A trestle-based agile authoring repository setup tool, documentation and tutorial can be found [here](https://github.com/IBM/compliance-trestle-agile-authoring). + +Agile authoring comprises the following beneficial features: +- based on OSCAL documents behind-the-scenes +- employs GIT for document control and access +- exposes text (markdown) and spread sheets (csv) to ease management of compliance artifacts +- implements compliance digitization for improved audit readiness and cost effectiveness + ## Demos A collection of demos utilizing trestle can be found in the related project [compliance-trestle-demos](https://github.com/IBM/compliance-trestle-demos). From 63d9129089775709cdb8a25892be2d2fdaec7b20 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 16 Nov 2023 06:33:13 -0500 Subject: [PATCH 2/2] fix: docs validate Signed-off-by: Lou DeGenaro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d528bc286..4457ba223 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Complete documentation, tutorials, and background on compliance can be found [he A trestle-based agile authoring repository setup tool, documentation and tutorial can be found [here](https://github.com/IBM/compliance-trestle-agile-authoring). Agile authoring comprises the following beneficial features: + - based on OSCAL documents behind-the-scenes - employs GIT for document control and access - exposes text (markdown) and spread sheets (csv) to ease management of compliance artifacts