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

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  [[aws ecr]] describe-image-scan-findings --repository-name sample-repo --image-id imageDigest=sha256:74b2c688c700ec95a93e478cdb959737c148df3fbf5ea706abe0318726e885e6
 
  [[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
+
  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 ==
 
== Related ==

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: