Skip to content

Commit

Permalink
Update workflow example in the README (#25)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
st3fan authored Apr 27, 2022
1 parent 9b70386 commit f91c59a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
tfsec:
name: tfsec sarif report
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
security-events: write
steps:
- name: Clone repo
uses: actions/checkout@master
uses: actions/checkout@v2
with:
persist-credentials: false

- name: tfsec
uses: aquasecurity/tfsec-sarif-action@v0.1.0
Expand Down

0 comments on commit f91c59a

Please sign in to comment.