Skip to content

Commit 59dfacc

Browse files
committed
list all artifacts from Harbor
1 parent a6307a9 commit 59dfacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assemblyline_core/updater/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def _get_proprietary_registry_tags(self, server, image_name, auth, verify):
4848
# Determine project/repo IDs from image name
4949
project_id, repo_id = image_name.split('/', 1)
5050
repo_id = repo_id.replace('/', "%2F")
51-
url = f"https://{server}/api/v2.0/projects/{project_id}/repositories/{repo_id}/artifacts"
51+
url = f"https://{server}/api/v2.0/projects/{project_id}/repositories/{repo_id}/artifacts?page_size=0"
5252

5353
headers = {}
5454
if auth:

0 commit comments

Comments
 (0)