File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
162162 with :
163163 image : ${{ env.SERVER_IMAGE_TAG}}:test
164- args : --fail-on=upgradable --app-vulns --severity-threshold=high --policy-path=./.snyk
164+ args : --fail-on=upgradable --app-vulns --severity-threshold=high
165165
166166 - name : Save scan output to file
167167 run : echo "${{ matrix.server }}_RESULT=${{ steps.scan.outcome }}" > "report-${{ matrix.server }}.txt"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ grpcio>=1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/278
44grpcio-reflection >= 1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
55requests
66urllib3 >= 2.6.0
7- setuptools >= 70.0.0
7+ setuptools == 78.1.1
You can’t perform that action at this time.
0 commit comments