Skip to content

Commit

Permalink
add registry scan select enpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimOnPanw committed Feb 13, 2024
1 parent b183534 commit 63b0631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions prismacloud/api/cwpp/_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ def registry_list_image_names(self, query_params=None):
def registry_scan(self, body_params=None):
result = self.execute_compute('POST', 'api/v1/registry/scan', body_params=body_params)
return result

def registry_scan_select(self, body_params=None):
result = self.execute_compute('POST', 'api/v1/registry/scan/select', body_params=body_params)
return result
2 changes: 1 addition & 1 deletion prismacloud/api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "5.2.11"
version = "5.2.12"

0 comments on commit 63b0631

Please sign in to comment.