Difference between revisions of "AWS ECR security image scanning"
Jump to navigation
Jump to search
(→Errors) |
|||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | * https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html | ||
+ | * Basic | ||
+ | * Enhanced ([[Amazon Inspector]]) | ||
− | * [[aws ecr describe-image-scan-findings]] | + | * <code>[[aws ecr describe-image-scan-findings]]</code> |
− | * [[aws ecr put-registry-scanning-configuration]] --scan-type ENHANCED --region | + | * <code>[[aws ecr put-registry-scanning-configuration]] --scan-type ENHANCED --region XX-XXXX-#</code> |
+ | |||
+ | |||
+ | == Errors == | ||
+ | * <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 == | ||
+ | * [[Scan]]: [[coguard]] | ||
+ | * [[Dependabot]] | ||
+ | * <code>[[aws_ecr_registry_scanning_configuration]]</code> | ||
+ | * [[Docker Scout]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Container scanning}} |
+ | * {{ECR}} | ||
[[Category:AWS]] | [[Category:AWS]] |
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: