Skip to content

Commit cf817a4

Browse files
authored
PRODSEC-3611 fix GHA parsing (#1776)
1 parent 89ca16f commit cf817a4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/snyk-issue.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
schedule:
55
- cron: '* */12 * * *'
66

7+
permissions:
8+
contents: read
9+
issues: write
10+
pull-requests: write
11+
712
concurrency: snyk-issue
813

914
jobs:

.github/workflows/snyk-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ on:
33
pull_request:
44
branches:
55
- main
6+
7+
permissions:
8+
contents: read
9+
issues: write
10+
pull-requests: write
11+
612
jobs:
713
snyk:
814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)