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