Skip to content

Commit bb4d992

Browse files
committed
changed tdetect reference to blackduck
1 parent 24d5c9b commit bb4d992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/multi-image/scan_docker_image_lite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ 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.synopsys.com/detect9.sh'
206+
self.detecturl = 'https://detect.blackduck.com/detect9.sh'
207207
self.baseurl = hub.config['baseurl']
208208
self.filename = '/tmp/hub-detect.sh'
209209
self.token=hub.config['api_token']

0 commit comments

Comments
 (0)