Add cloud.gov user audit script

This commit is contained in:
Ryan Ahearn
2023-05-09 21:44:15 -04:00
parent 2caeaa5be3
commit e66301a170
5 changed files with 511 additions and 23 deletions

View File

@@ -43,6 +43,10 @@ run-celery-beat: ## Run celery beat
-A run_celery.notify_celery beat \
--loglevel=INFO
.PHONE: user-report
cloudgov-user-report:
@pipenv run python -m terraform.ops.cloudgov_user_report
.PHONY: help
help:
@cat $(MAKEFILE_LIST) | grep -E '^[a-zA-Z_-]+:.*?## .*$$' | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'