Skip to content

Commit

Permalink
Add missing security-events permission (#2)
Browse files Browse the repository at this point in the history
Required in order to upload SARIF reports to GitHub

Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro authored Mar 30, 2024
1 parent c3c24a1 commit 2e4a04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
Expand Down

0 comments on commit 2e4a04d

Please sign in to comment.