Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed May 15, 2024
1 parent c0a7f72 commit 0bf0421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/cis/convert_cis.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,18 @@
ws2.append(
[
"IG1",
"Essential Cyber Hygiene",
"IG1",
"Minimum standard of information security for all enterprises.",
]
)
ws2.append(
[
"IG2",
"",
"IG2",
"For enterprises managing IT infrastructure of multiple departments with differing risk profiles.",
]
)
ws2.append(["IG3", "", "To secure sensitive and confidential data."])
ws2.append(["IG3", "IG3", "To secure sensitive and confidential data."])

print("generate ", output_file_name)
wb_output.save(output_file_name)

0 comments on commit 0bf0421

Please sign in to comment.