We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea338f commit 3810a88Copy full SHA for 3810a88
examples/get_project_version_total_scan_size.py
@@ -18,6 +18,7 @@
18
19
if version:
20
codelocation_url = hub.get_link(version, "codelocations")
21
+ codelocation_url += "?limit={}".format(10000)
22
response = hub.execute_get(codelocation_url)
23
if response.status_code == 200:
24
# codelocation and scan are synonymous
0 commit comments