fixing configuration docs link and yaml identation
This commit is contained in:
14
README.md
14
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
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Scan Iac with kics
|
# Scan Iac with kics
|
||||||
- name: run kics Scan
|
- name: run kics Scan
|
||||||
uses: checkmarx/kics-action@v1.0
|
uses: checkmarx/kics-action@v1.0
|
||||||
with:
|
with:
|
||||||
path: 'terraform'
|
path: 'terraform'
|
||||||
output_path: 'results.json'
|
output_path: 'results.json'
|
||||||
# Display the results in json format
|
# Display the results in json format
|
||||||
- name: display kics results
|
- name: display kics results
|
||||||
run: |
|
run: |
|
||||||
cat results.json
|
cat results.json
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example using docker-runner and SARIF report
|
## Example using docker-runner and SARIF report
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user