Skip to content

Commit

Permalink
PRODSEC-3611 fix GHA parsing (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jfan authored Oct 23, 2023
1 parent 8b701a8 commit 9bbd4cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snyk-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
schedule:
- cron: '* */12 * * *'

permissions:
contents: read
issues: write
pull-requests: write

concurrency: snyk-issue

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/snyk-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
pull_request:
branches:
- main

permissions:
contents: read
issues: write
pull-requests: write

jobs:
snyk:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bbd4cc

Please sign in to comment.