Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirhasan committed Aug 2, 2021
1 parent ec58a01 commit e7a6f05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The action will only warn and not error when violations are found.
### `sarif_upload`
If this variable is included, a sarif file named terrascan.sarif will be generated with the results of the scan.

### `verbose`
If this variable is included, the scan will show violations with additional details (Rule Name/ID, Resource Name/Type, Violation Category)

## Example usage

```yaml
Expand All @@ -52,6 +55,7 @@ jobs:
iac_version: 'v14'
policy_type: 'aws'
only_warn: true
verbose: true
#sarif_upload: true
#non_recursive:
#iac_dir:
Expand Down

0 comments on commit e7a6f05

Please sign in to comment.