From 51a71f892428d15313d0c3dc6ab43e580d97110f Mon Sep 17 00:00:00 2001 From: amirbenv <74685902+amirbenv@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:37:37 -0700 Subject: [PATCH] Update cicd.md (#902) --- docs/integrations/cicd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/cicd.md b/docs/integrations/cicd.md index 156efee8e..c00c9188d 100644 --- a/docs/integrations/cicd.md +++ b/docs/integrations/cicd.md @@ -16,7 +16,7 @@ Using Terrascan's SARIF output, the action can include issues found during the s Below is an example workflow configuration where the action is configured to scan a repository including Terraform v14+ HCL files for AWS resources and the SARIF output of the scan is uploaded to GitHub code scanning. - ``` YAML +``` YAML on: [push]