Difference between revisions of "AWS ECR security image scanning"
Jump to navigation
Jump to search
(→Errors) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html | * https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html | ||
+ | |||
+ | * Basic | ||
+ | * Enhanced ([[Amazon Inspector]]) | ||
Line 5: | Line 8: | ||
* <code>[[aws ecr put-registry-scanning-configuration]] --scan-type ENHANCED --region XX-XXXX-#</code> | * <code>[[aws ecr put-registry-scanning-configuration]] --scan-type ENHANCED --region XX-XXXX-#</code> | ||
− | |||
− | |||
== Errors == | == Errors == | ||
* <code>[[UnsupportedImageError: The operating system and/or package manager are not supported.]]</code> | * <code>[[UnsupportedImageError: The operating system and/or package manager are not supported.]]</code> | ||
+ | * <code>[[Scan eligibility has expired.]]</code> | ||
+ | * <code>[[Scan not found]]</code> | ||
+ | * <code>[[Image not supported UnsupportedImageError: The operating system and/or package manager are not supported]]</code> | ||
== Related == | == Related == |
Latest revision as of 11:51, 8 November 2024
- Basic
- Enhanced (Amazon Inspector)
aws ecr describe-image-scan-findings
aws ecr put-registry-scanning-configuration --scan-type ENHANCED --region XX-XXXX-#
Errors[edit]
UnsupportedImageError: The operating system and/or package manager are not supported.
Scan eligibility has expired.
Scan not found
Image not supported UnsupportedImageError: The operating system and/or package manager are not supported
Related[edit]
See also[edit]
Advertising: