File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
2222 with :
2323 fail-on-severity : high
2424
25- security-scan :
26- runs-on : ubuntu-latest
27- steps :
28- - name : Checkout
29- uses : actions/checkout@v3
30-
31- - name : Run Snyk to check for vulnerabilities
32- uses : snyk/actions/node@master
33- env :
34- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
35- with :
36- args : --severity-threshold=high
25+ # security-scan:
26+ # runs-on: ubuntu-latest
27+ # steps:
28+ # - name: Checkout
29+ # uses: actions/checkout@v3
30+
31+ # - name: Run Snyk to check for vulnerabilities
32+ # uses: snyk/actions/node@master
33+ # env:
34+ # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
35+ # with:
36+ # args: --severity-threshold=high
3737
3838 type-check :
3939 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 },
77 "include" : [
88 " ./src" ,
9- " ./example/src"
109 ],
1110 "exclude" : [
1211 " **/__mocks__/*" ,
You can’t perform that action at this time.
0 commit comments