Difference between revisions of "AWS ECR security image scanning"
Jump to navigation
Jump to search
(→Errors) |
|||
(13 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]]) | ||
Line 7: | Line 10: | ||
− | * | + | == 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 == | == Related == | ||
Line 14: | Line 20: | ||
* [[Dependabot]] | * [[Dependabot]] | ||
* <code>[[aws_ecr_registry_scanning_configuration]]</code> | * <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: