Skip to content

Commit

Permalink
Merge pull request #91 from pinarruiz/fix/docs-indentation
Browse files Browse the repository at this point in the history
Fix indentation of example
  • Loading branch information
gabriel-cx authored Jun 5, 2023
2 parents f68bf0b + 5a02656 commit 869a07d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ jobs:
- uses: actions/checkout@v3
- name: run kics Scan
uses: checkmarx/[email protected]
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
Expand Down

0 comments on commit 869a07d

Please sign in to comment.