From 88c16064897644db03aab11799a6dfc31ec8a1d2 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 16 Nov 2023 08:17:55 -0500 Subject: [PATCH] fix: link main readme to agile authoring setup repo (#1477) * fix: link main readme to agile authoring setup repo Signed-off-by: Lou DeGenaro * fix: docs validate Signed-off-by: Lou DeGenaro --------- Signed-off-by: Lou DeGenaro --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c7f04d32d..4457ba223 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,17 @@ 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).