Skip to content

Commit a37d670

Browse files
committed
pin setuptools to exact version in tfserving_proxy
1 parent 1b22548 commit a37d670

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/security_tests_python_v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.snyk

Lines changed: 0 additions & 7 deletions
This file was deleted.

servers/tfserving_proxy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ grpcio>=1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/278
44
grpcio-reflection>=1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
55
requests
66
urllib3>=2.6.0
7-
setuptools>=70.0.0
7+
setuptools==78.1.1

0 commit comments

Comments
 (0)