Peter-Lankton / lasso

For ropin' in misconfigured AWS accounts into compliance with AWS CIS v1.40 Benchmarks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lasso

For ropin' in rogue misconfigured AWS accounts into compliance with AWS CIS Benchmarks.

Local Dev

Helpful Docker Commands

> docker-compose down -v
> docker-compose -f docker-compose.prod.yml up -d --build
> docker-compose -f docker-compose.prod.yml exec web python manage.py migrate --noinput
> docker-compose -f docker-compose.prod.yml exec web python manage.py collectstatic --no-input --clear

Should be accessible via http://localhost:1337/

About

For ropin' in misconfigured AWS accounts into compliance with AWS CIS v1.40 Benchmarks.

License:MIT License


Languages

Language:Python 81.7%Language:Dockerfile 9.1%Language:Shell 5.2%Language:HTML 4.0%