ERROR Retries exhausted
ERROR Unknown error
Traceback (most recent call last):
File "/app/cs_imagescan.py", line 368, in main
scan_report = scan_image.get_scanreport(retry_count)
File "/app/cs_imagescan.py", line 142, in get_scanreport
raise APIError('GET {}'.format(resp.status_code))
AttributeError: 'dict' object has no attribute 'status_code'
New error:
ERROR Retries exhausted
Traceback (most recent call last):
File "/workspaces/container-image-scan/cs_scanimage.py", line 480, in main
scan_report = scan_image.get_scanreport(retry_count)
File "/workspaces/container-image-scan/cs_scanimage.py", line 168, in get_scanreport
raise RetryExhaustedError(
RetryExhaustedError: Report was not completed after 1 retries. Use -R or --retry_count to increase the number of retries
Fixes #65 Previous error:
New error: