Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mavrakis committed Apr 18, 2020
1 parent f138282 commit 790ad75
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ This Github Action runs [Checkov](/~https://github.com/bridgecrewio/checkov) again
## Example usage

```yaml
steps:
- uses: actions/checkout@v2
- uses: cmavr8/checkov-action@v1
jobs:
checkov-job:
runs-on: ubuntu-latest
name: checkov-action
steps:
- name: Checkout repo
uses: actions/checkout@v2

- name: Run Checkov action
id: checkov
uses: cmavr8/checkov-action@v2
```
Note that this example uses a static version (`v1`).
Note that this example uses a static version (`v2`), but you could also use `master`..

0 comments on commit 790ad75

Please sign in to comment.