Skip to content

Commit

Permalink
instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed May 15, 2024
1 parent 0bf0421 commit ed44003
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/cis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This script prepares the file to be parsed by the converter:

- copy the downloaded excel sheet from CIS next to this script (for instance CIS_Controls_Version_8.xlsx)
- run the preparation script by passing the filename as 1st argument and your name/entity as a second one for the packager
- run the converter on the prepared excel sheet
- use the resulting yaml in CISO Assistant
File renamed without changes.
6 changes: 6 additions & 0 deletions tools/convert_cis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
file="CIS_Controls_Version_8.xlsx"
packager="personal"
python cis/prep_cis.py $file $packager
intermediate="cis-controls-v8.xlsx"
python convert_library.py cis/cis-controls-v8.xlsx
echo "Resulting file is available at cis/cis-controls-v8.yaml"

0 comments on commit ed44003

Please sign in to comment.