Metadata-Version: 2.1
Name: cloudconformity
Version: 0.1.0
Summary: Cloud Conformity template scanner tool
Home-page: https://github.com/JustinDPerkins/cloudconformity
Author: Justin Perkins
Author-email: justin_perkins@trendmicro.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# Cloud Conformity Template Scanner API tool

This is a python package to Cloud Conformity Template Scanner. 

## Installing

Please add your Api Key into your environment variables.

## Running a scan

Following the query on the terminal we will provide the results with the match resolution link.
Filter by [All, Fail]

Filter by severity[Extreme,Very High, High, Medium, Low]

```
cloudconformity --scan fail C:\MyExample\template.yaml
```

