Skip to content

Commit

Permalink
set Snyk permissions for actions & security-events
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Sep 24, 2024
1 parent 5726ffd commit 97d17c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Snyk security
name: Security

on: push

jobs:
security:
name: Security
name: Snyk
runs-on: ubuntu-latest

permissions:
actions: read
security-events: write

steps:
- name: Repository checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 97d17c6

Please sign in to comment.