LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
costscanner/__init__.py
costscanner/cli.py
costscanner/core.py
costscanner/empty
costscanner/report.py
costscanner/run_rules_test.py
costscanner/scanner.py
costscanner.egg-info/PKG-INFO
costscanner.egg-info/SOURCES.txt
costscanner.egg-info/dependency_links.txt
costscanner.egg-info/entry_points.txt
costscanner.egg-info/top_level.txt
costscanner/.pytest_cache/.gitignore
costscanner/.pytest_cache/CACHEDIR.TAG
costscanner/.pytest_cache/README.md
costscanner/.pytest_cache/v/cache/lastfailed
costscanner/.pytest_cache/v/cache/nodeids
costscanner/reports/report.csv
costscanner/reports/report.json
costscanner/rules/__init__.py
costscanner/rules/ebs.py
costscanner/rules/ec2.py
costscanner/rules/eip.py
costscanner/rules/iam.py
costscanner/rules/rds.py
costscanner/rules/s3.py
costscanner/rules/sg.py
costscanner/sample-repos/dummy.tf
costscanner/sample-repos/report.tf.json
costscanner/sample-repos/sample_ebs.tf
costscanner/sample-repos/sample_ec2_overprovisioned.tf
costscanner/sample-repos/sample_eip.tf
costscanner/sample-repos/sample_iam_inline.tf
costscanner/sample-repos/sample_rds_snapshot.tf
costscanner/sample-repos/sample_rds_unencrypted.tf
costscanner/sample-repos/sample_s3_public.tf
costscanner/sample-repos/sample_s3_unencrypted.tf
costscanner/sample-repos/sample_s3_versioning.tf
costscanner/sample-repos/sample_sg.tf
costscanner/test-tf/test_s3.tf
costscanner/test-tf/test_sg.tf
tests/__init__.py
tests/test_S3.py
tests/test_cli_severity_filter.py
tests/test_ebs.py
tests/test_ec2.py
tests/test_eip.py
tests/test_rds_encryption.py
tests/test_rds_snapshot.py
tests/test_s3_versioning.py
tests/test_security_group.py