Difference between revisions of "Aws ecr describe-image-scan-findings"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecr/describe-image-scan-findings.html
 +
[[aws ecr describe-image-scan-findings --repository-name]] XXX --image-id YYY
  
  [[aws ecr describe-image-scan-findings --repository-name]]
+
  [[aws ecr]] describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2c688c700ec95a93e478cdb959737c148df3fbf5ea706abe0318726e885e6
  
 +
An error occurred ([[AccessDeniedException]]) when calling the DescribeImageScanFindings operation: User: arn:aws:iam::012345678912:user/your-read-only-user is not authorized to perform: [[inspector2:ListFindings]] on resource: arn:aws:inspector2:eu-central-1:012345678912:/findings/list
 +
 +
 +
[[aws ecr]] describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2XXXX | grep '"title"'
 +
 +
== Related ==
 +
* <code>[[aws ecr describe-images]]</code>
 +
* <code>[[aws ecr describe-repositories]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 09:57, 5 April 2022

aws ecr describe-image-scan-findings --repository-name XXX --image-id YYY
aws ecr describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2c688c700ec95a93e478cdb959737c148df3fbf5ea706abe0318726e885e6
An error occurred (AccessDeniedException) when calling the DescribeImageScanFindings operation: User: arn:aws:iam::012345678912:user/your-read-only-user is not authorized to perform: inspector2:ListFindings on resource: arn:aws:inspector2:eu-central-1:012345678912:/findings/list


aws ecr describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2XXXX | grep '"title"'

Related[edit]

See also[edit]

Advertising: