Merge pull request #10 from Checkmarx/hotfix/documentation

Fixing configuration docs link and yaml indentation
This commit is contained in:
Rogerio Peixoto
2021-03-22 09:19:15 +00:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ jobs:
# it will generate the specified reports file named 'results.{extension}' # it will generate the specified reports file named 'results.{extension}'
# in this example it will generate: # in this example it will generate:
# - results-dir/results.json # - results-dir/results.json
# - results-dir/results.json # - results-dir/results.sarif
output_path: results-dir output_path: results-dir
platform_type: terraform platform_type: terraform
output_formats: 'json,sarif' output_formats: 'json,sarif'
@@ -102,7 +102,7 @@ jobs:
``` ```
## Example using docker-runner and a config file ## 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 ```yaml
name: scan with KICS using config file name: scan with KICS using config file