Fix indentation of example
This commit is contained in:
12
README.md
12
README.md
@ -183,12 +183,12 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: run kics Scan
|
- name: run kics Scan
|
||||||
uses: checkmarx/kics-github-action@v1.7.0
|
uses: checkmarx/kics-github-action@v1.7.0
|
||||||
with:
|
with:
|
||||||
path: test/samples/positive1.tf,test/samples/positive2.tf
|
path: test/samples/positive1.tf,test/samples/positive2.tf
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
output_path: myResults/
|
output_path: myResults/
|
||||||
ignore_on_exit: results
|
ignore_on_exit: results
|
||||||
enable_comments: true
|
enable_comments: true
|
||||||
```
|
```
|
||||||
|
|
||||||
### PR Comment Example
|
### PR Comment Example
|
||||||
|
Reference in New Issue
Block a user