Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
js-timbirkett committed Jan 13, 2022
1 parent f0327b3 commit 1b87963
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions inspector_exporter/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,12 @@ def refresh_image_cache(self):
}
],
aggregationRequest={
'awsEcrContainerAggregation': {
'sortBy': 'ALL',
'sortOrder': 'DESC'
}
"awsEcrContainerAggregation": {"sortBy": "ALL", "sortOrder": "DESC"}
},
aggregationType="AWS_ECR_CONTAINER",
PaginationConfig={"pageSize": 1000},
).build_full_result()

for image_finding in image_findings["responses"]:
repositoryName = image_finding["awsEcrContainerAggregation"]["repository"]

Expand Down

0 comments on commit 1b87963

Please sign in to comment.