mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
profile_generator.py doesn't work unless you change directory to the "scripts" directory first #319
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 @pudquick on GitHub.
Summary
If you attempt to run profile_generator.py from any directory other than scripts, it doesn't work.
Steps to reproduce
./scripts/profile_generator.py baselines/800-53_low.yamlWhat is the current bug behavior?
Script looks like it's running (warning prints), but no mobileconfigs are generated.
What is the expected correct behavior?
mobileconfigs are generated in build folder.
@robertgendler commented on GitHub:
Resolved. You can now run the generate_guidance script from any directory.