Skip to content

Commit

Permalink
Merge pull request #166 from PaloAltoNetworks/feature/registry-scan-s…
Browse files Browse the repository at this point in the history
…elect-endpoint

add registry scan select endpoint
  • Loading branch information
SimOnPanw committed Feb 13, 2024
2 parents b183534 + 63b0631 commit 9b8307a
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 9b8307a

Please sign in to comment.