From 4ec7d72c597ac27d9cee41fd5fb8aa5206363d28 Mon Sep 17 00:00:00 2001 From: "Austin Songer,MIS,CEH,ESCA,Project+ (Navy Veteran)" Date: Fri, 27 Sep 2024 10:34:11 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 92c91d8..9bd7675 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,6 @@ This GitHub Action automates evidence collection for compliance frameworks like * Data Formatting: * Format the extracted data according to your defined structure (Populations, Configurations, Rules, Samples). -## Commit and Push Evidence -* Version Control: - * Use Git commands within the Github Action workflow to commit the collected evidence files to a dedicated branch. -* Push Automation - * Configure the workflow to automatically push the committed evidence to the desired location in the repository. - ## Evidence Collection ### Tools @@ -91,3 +85,9 @@ This GitHub Action automates evidence collection for compliance frameworks like | | | | | | | | | | | | | | | | + +## Commit and Push Evidence +* Version Control: + * Use Git commands within the Github Action workflow to commit the collected evidence files to a dedicated branch. +* Push Automation + * Configure the workflow to automatically push the committed evidence to the desired location in the repository.