From c20546837a365fa6cdcd5a623836ed8a41468d5d Mon Sep 17 00:00:00 2001 From: Rogerio Peixoto Date: Thu, 18 Mar 2021 15:48:35 +0000 Subject: [PATCH] fixing configuration docs link and yaml identation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 03605e8..b8a6184 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ It is as simple as running a CLI tool, making it easy to integrate into any proj # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 # Scan Iac with kics - - name: run kics Scan - uses: checkmarx/kics-action@v1.0 + - name: run kics Scan + uses: checkmarx/kics-action@v1.0 with: path: 'terraform' output_path: 'results.json' - # Display the results in json format - - name: display kics results - run: | - cat results.json + # Display the results in json format + - name: display kics results + run: | + cat results.json ``` ## Example using docker-runner and SARIF report @@ -102,7 +102,7 @@ jobs: ``` ## Example using docker-runner and a config file -Check [configuration file](./configuration-file.md) reference for more options. +Check [configuration file](https://github.com/Checkmarx/kics/blob/master/docs/configuration-file.md) reference for more options. ```yaml name: scan with KICS using config file