manage.get.gov/docs/compliance/Makefile
Logan McDonald 1d3dfdb8d5
Add compliance documentation to source control (#116)
* add initial setup of compliance-trestle
2022-09-14 08:46:43 -04:00

11 lines
401 B
Makefile

generate-with-header:
trestle author ssp-generate -p ato -o dist/system-security-plans/ato -y status_header.yaml
generate:
trestle author ssp-generate -p ato -o dist/system-security-plans/ato
assemble:
trestle author ssp-assemble --markdown dist/system-security-plans/ --output ato
status:
grep -R "\- c\-" dist/system-security-plans/* | cut -d':' -f2 | sed -E 's/^.*(c-)/\1/' | sort | uniq -c