mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Add "all_rules" to generate_baseline.py -l #283
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 @erefneb on GitHub.
Problem to solve
Please add "all_rules" to the list for
"${ProjectDirectory}/scripts/generate_baseline.py" -lThis will give you the ability to more easily generate guidance and review all the project rules.
@golbiga commented on GitHub:
You can already do this with
./scripts/generate_baseline.py -k all. This will createbuild/baselines/all.yaml. We will update the documentation. Thanks!