Skip to content

Commit b94ac7b

Browse files
Fix Docs Build + Exclude plugins from nspect (#807)
* Fix Docs Build + Exclude plugins from nspect Signed-off-by: Sachidanand Alle <[email protected]> * run tests sequential Signed-off-by: Sachidanand Alle <[email protected]> * Fix Docs Build + Exclude plugins from nspect Signed-off-by: Sachidanand Alle <[email protected]> * Fix Docs Build + Exclude plugins from nspect Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 832f8c2 commit b94ac7b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.nspect-vuln-allowlist.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version = "1.0.0"
2+
3+
[oss.excluded]
4+
5+
[[oss.excluded.directories]]
6+
paths = ['plugins']
7+
comment = 'external plugins'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ girder_client==3.1.8
2828
numpymaxflow==0.0.2
2929
pynrrd==0.4.2
3030
ninja==1.10.2.3
31+
protobuf==3.20.1
3132

3233
#sudo apt-get install openslide-tools -y

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ install_requires =
5252
girder_client==3.1.8
5353
numpymaxflow==0.0.2
5454
pynrrd==0.4.2
55+
protobuf==3.20.1
5556

5657
[flake8]
5758
select = B,C,E,F,N,P,T4,W,B9

0 commit comments

Comments
 (0)