mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
Baselines path incorrect in Wiki documentation #332
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goneafk on GitHub.
Summary
On the Scripts page of the Wiki, each example uses the path baseline.
python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adocHowever, the currently committed code has the folder named
baselinesnotbaseline.Example lines
python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adocpython3 script_generator.py ../baseline/moderate.yamlpython3 profile_generator.py ../baseline/moderate.yaml@robertgendler commented on GitHub:
Fixed.