Skip to content

Commit

Permalink
Update snyk-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lschiedel02 authored Nov 4, 2024
1 parent 33f43aa commit d14c884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [main]

permissions:
contents: read
contents: write
security-events: write

jobs:
Expand All @@ -31,6 +31,6 @@ jobs:
repository: ${{ github.repository }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2.1.0
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ github.workspace }}/snyk.sarif

0 comments on commit d14c884

Please sign in to comment.