Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
triat authored May 26, 2021
1 parent 0814a81 commit 887eeaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ None
```yaml
steps:
- uses: actions/checkout@v2
- uses: triat/terraform-security-scan@v2.0.2
- uses: triat/terraform-security-scan@v2.2.3
```
The above example uses a tagged version (`v1`), you can also opt to use any of the released version.

Expand All @@ -45,7 +45,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Terraform security scan
uses: triat/terraform-security-scan@v2.0.2
uses: triat/terraform-security-scan@v2.2.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 887eeaa

Please sign in to comment.