Apply suggestions from nickfyson's code review

Co-authored-by: Nick Fyson <[email protected]>
This commit is contained in:
Yoni Leitersdorf
2021-10-04 09:48:47 -07:00
committed by GitHub
co-authored by Nick Fyson
parent b5a43f8049
commit c705225b8f
2 changed files with 2 additions and 2 deletions
@@ -1,7 +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.",
"description": "Cloudrail 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.",
"iconName": "cloudrail",
"categories": ["Code Scanning", "HCL"]
}