Skip to content

Commit 6d817e4

Browse files
author
Murat Kumykov
committed
Updated to detect 10
1 parent 855a6e9 commit 6d817e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/client/multi-image/scan_docker_image_lite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ def __init__(self, hub):
203203
# self.detecturl = 'https://detect.synopsys.com/detect.sh'
204204
# self.detecturl = 'https://detect.synopsys.com/detect7.sh'
205205
# self.detecturl = 'https://detect.synopsys.com/detect8.sh'
206-
self.detecturl = 'https://detect.blackduck.com/detect9.sh'
206+
# self.detecturl = 'https://detect.blackduck.com/detect9.sh'
207+
self.detecturl = 'https://detect.blackduck.com/detect10.sh'
207208
self.baseurl = hub.config['baseurl']
208209
self.filename = '/tmp/hub-detect.sh'
209210
self.token=hub.config['api_token']

0 commit comments

Comments
 (0)