From 1e18c7334e0fcde5155ff683071566687856035a Mon Sep 17 00:00:00 2001 From: Gabriel Date: Fri, 17 Mar 2023 17:27:40 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9333f1e..2da44fd 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ And ensure that you're using the Date: Mon, 5 Jun 2023 09:20:45 +0200 Subject: [PATCH 4/5] Fix indentation of example --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad641ab..7044b3b 100644 --- a/README.md +++ b/README.md @@ -183,12 +183,12 @@ jobs: - uses: actions/checkout@v3 - name: run kics Scan uses: checkmarx/kics-github-action@v1.7.0 - with: - path: test/samples/positive1.tf,test/samples/positive2.tf - token: ${{ secrets.GITHUB_TOKEN }} - output_path: myResults/ - ignore_on_exit: results - enable_comments: true + with: + path: test/samples/positive1.tf,test/samples/positive2.tf + token: ${{ secrets.GITHUB_TOKEN }} + output_path: myResults/ + ignore_on_exit: results + enable_comments: true ``` ### PR Comment Example From c18ff6a94fc9aaeef38264c6b18440947d5be1f2 Mon Sep 17 00:00:00 2001 From: Keith Chason Date: Thu, 22 Jun 2023 00:40:51 +0000 Subject: [PATCH 5/5] Update `enable_comments` flag in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7044b3b..720e0c3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ And ensure that you're using the