Skip to content

Commit

Permalink
Fix snyk test permissions (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques authored Dec 8, 2024
2 parents 5cf54f5 + d5a563d commit c7d6a0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
pull_request:
branches: [master]

permissions:
contents: read

jobs:
security:
runs-on: ubuntu-24.04

permissions:
contents: read
# Needed to upload the results to code-scanning dashboard.
security-events: write

Expand Down

0 comments on commit c7d6a0a

Please sign in to comment.