From f91c59a49e32b6d4e74ab48dc515f1c6492a8f75 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Wed, 27 Apr 2022 17:32:23 -0400 Subject: [PATCH] Update workflow example in the README (#25) * Update README.md * Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35e0b18..fd2964a 100644 --- a/README.md +++ b/README.md @@ -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