From 5a02656e93c2f1c5f7a371116b5dd4e0d2450e31 Mon Sep 17 00:00:00 2001 From: Alejandro Pinar Ruiz Date: Mon, 5 Jun 2023 09:20:45 +0200 Subject: [PATCH] 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