Skip to content

Commit 2bb90c5

Browse files
committed
Make .snyk ignore section more specific
1 parent 1108306 commit 2bb90c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.snyk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
ignore:
22
'SNYK-PYTHON-SETUPTOOLS-7448482':
3-
- '*':
4-
reason: None Given
3+
- 'tensorflow@2.18.1 > setuptools@38.5.0':
4+
- 'tensorflow@2.18.1 > tensorboard@2.18.0 > setuptools@38.5.0':
5+
- 'tensorflow-serving-api@2.18.1 > tensorflow@2.18.1 > setuptools@38.5.0':
6+
- 'tensorflow-serving-api@2.18.1 > tensorflow@2.18.1 > tensorboard@2.18.0 > setuptools@38.5.0':
7+
reason: Image only ships setuptools > 70.x, pip freeze verifies no 38.5.0 copy is present

servers/tfserving_proxy/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ tensorflow-serving-api>=1.10.1
33
grpcio>=1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
44
grpcio-reflection>=1.32.0 # Required for https://github.com/SeldonIO/seldon-core/issues/2787
55
requests
6-
urllib3 >= 2.6.0
7-
setuptools >= 70.0.0
6+
urllib3>=2.6.0
7+
setuptools>=70.0.0

0 commit comments

Comments
 (0)