We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793d05e commit d69b08cCopy full SHA for d69b08c
.github/workflows/snyk.yml
@@ -2,7 +2,7 @@ name: Snyk
2
3
on:
4
merge_group:
5
- pull_request:
+ pull_request_target:
6
types:
7
- opened
8
- synchronize
@@ -44,6 +44,7 @@ jobs:
44
ref: ${{ github.event.pull_request.head.sha || github.ref }}
45
46
- uses: snyk/actions/python-3.7@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
47
+ continue-on-error: true # Make sure the SARIF upload is called
48
env:
49
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
50
with:
0 commit comments