Adding Cloudrail according to documentation and examples

This commit is contained in:
Yoni Leitersdorf
2021-08-17 07:29:29 -07:00
parent 69184c7484
commit 188b52b51c
3 changed files with 118 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "cloudrail",
"creator": "Indeni Cloudrail",
"description": "Cloudrail, by Indeni, can be used to scan your infrastructure-as-code files for potential security and compliance issues. The Cloudrail action is often used as part of both CI workflows (on pull_request) and on CD workflows to identify potential issues. Cloudrail's output uses the SARIF format, which will surface the scan's results directly inside your pull request.",
"iconName": "cloudrail",
"categories": ["Code Scanning", "HCL"]
}