You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,67 @@
2
2
3
3
A GitHub action to scan your infrastructure templates modelled either in Terraform or CloudFormation. The type of resources scanned depends on the currently supported list from Cloud Conformity.
| conformity_region | Your Cloud conformity region |
31
+
| conformity_api_key | Your Cloud conformity API key |
32
+
| template_type | Your infrastructure template type |
33
+
| template_path | Path of the template to sca |
34
+
35
+
## Output
36
+
37
+
The action reviews the generated CloudFormation template or Terraform plan against the conformity api to provide you a categorized output of rules , their risk levels and status. The script is further configured to fail with an exit code of 1 in case of high or Very_high findings.
38
+
39
+
The output generated will be a json the format below
0 commit comments