Initial commit
This commit is contained in:
6
scripts/bootstrap_compliance.sh
Executable file
6
scripts/bootstrap_compliance.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Clone NIST macos_security and Lynis into ./vendor (shallow). Requires git and network.
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
cd "$ROOT"
|
||||
exec python3 -m applepy.bootstrap_compliance "$@"
|
||||
Reference in New Issue
Block a user