Merge pull request #91 from pinarruiz/fix/docs-indentation

Fix indentation of example
This commit is contained in:
Gabriel
2023-06-05 11:48:23 +01:00
committed by GitHub

View File

@ -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