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 41d93af commit b915cb6Copy full SHA for b915cb6
.github/workflows/snyk.yml
@@ -3,7 +3,7 @@ name: Snyk
3
on:
4
merge_group:
5
workflow_dispatch:
6
- pull_request_target:
+ pull_request:
7
types:
8
- opened
9
- synchronize
@@ -21,16 +21,8 @@ concurrency:
21
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
22
23
jobs:
24
- authorize:
25
- name: Authorize
26
- environment: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
27
- runs-on: ubuntu-latest
28
- steps:
29
- - run: true
30
31
check:
32
- needs: authorize
33
-
34
name: Check for Vulnerabilities
35
runs-on: ubuntu-latest
36
0 commit comments