Fix indentation of example

This commit is contained in:
Alejandro Pinar Ruiz
2023-06-05 09:20:45 +02:00
parent f68bf0bbe1
commit 5a02656e93

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