File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ pull_request :
3+ types : [opened, synchronize, reopened]
4+
5+ jobs :
6+ node_snyk_test :
7+ runs-on : self-hosted-docker-small
8+ steps :
9+ - name : Check out repository code
10+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+ - name : Run Snyk to check for vulnerabilities
12+ uses : snyk/actions/node@4a528b5c534bb771b6e3772656a8e0e9dc902f8b
13+ env :
14+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
15+
16+ python_snyk_test :
17+ runs-on : self-hosted-docker-small
18+ steps :
19+ - name : Check out repository code
20+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - name : Run Snyk to check for vulnerabilities
22+ uses : snyk/actions/python@4a528b5c534bb771b6e3772656a8e0e9dc902f8b
23+ env :
24+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments