Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 281bdf3

Browse files
stishkinstas
andauthored
fix zap requirements (#71)
Co-authored-by: stas <statis@microsoft.com>
1 parent 09d7231 commit 281bdf3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cli/raft-tools/tools/ZAP/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
"run" : {
44
"command" : "bash",
55
"arguments" : ["-c",
6-
"sleep $RAFT_STARTUP_DELAY; touch /.dockerenv; cd $RAFT_TOOL_RUN_DIRECTORY; ln -s $RAFT_WORK_DIRECTORY /zap/wrk; python3 run.py install; python3 run.py" ]
6+
"sleep $RAFT_STARTUP_DELAY; cd $RAFT_TOOL_RUN_DIRECTORY; ln -s $RAFT_WORK_DIRECTORY /zap/wrk; python3 run.py install; python3 run.py" ]
77
},
88
"idle" : {
99
"command" : "bash",
1010
"arguments" : ["-c", "echo DebugMode; while true; do sleep 100000; done;"]
11+
},
12+
"environmentVariables" :{
13+
"IS_CONTAINERIZED" : "true"
1114
}
1215
}
1316

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
applicationinsights
2-
azure-servicebus
1+
applicationinsights~=0.11.9
2+
azure-servicebus~=0.50.3

0 commit comments

Comments
 (0)