Notifies on new AWS ECR scan results
Project description
CDK ECR Scan Notifier
A CDK construct capable of forwarding ECR scan results to an SNS topic.
Sample Events
-
ECR Basic Scan
{ "version":"0", "id":"822c3bbb-574a-8d0b-828e-b33e93cc0b3a", "detail-type":"ECR Image Scan", "source":"aws.ecr", "account":"012345678912", "time":"2022-08-03T18:14:18Z", "region":"eu-central-1", "resources":[ "arn:aws:ecr:eu-central-1:012345678912:repository/sampleapp" ], "detail":{ "scan-status":"COMPLETE", "repository-name":"sampleapp", "image-digest":"sha256:5b5a96370efd56ae20a832244ae56e8e57b1035f493f728eb6cef026586782f7", "image-tags":[ "3862", "latest" ], "finding-severity-counts":{ "HIGH":3, "MEDIUM":14, "INFORMATIONAL":3, "LOW":1, "HIGH":2 } } }
-
AWS Inspector
{ "version":"0", "id":"961d7f4a-f46c-b376-f92f-f8c3af290f9f", "detail-type":"Inspector2 Scan", "source":"aws.inspector2", "account":"520666953574", "time":"2022-09-14T19:12:46Z", "region":"eu-central-1", "resources":[ "arn:aws:ecr:eu-central-1:520666953574:repository/azure-agent" ], "detail":{ "scan-status":"INITIAL_SCAN_COMPLETE", "repository-name":"arn:aws:ecr:eu-central-1:520666953574:repository/azure-agent", "finding-severity-counts":{ "CRITICAL":0, "HIGH":1, "MEDIUM":6, "TOTAL":10 }, "image-digest":"sha256:734a4d019b381f591a63c819ae88b00eed5dba8b76626530c26497128a6c46d1", "image-tags":[ "latest", "5715" ] } }
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ecr-scan-notifier-0.0.40.tar.gz
(34.5 kB
view hashes)
Built Distribution
Close
Hashes for ecr_scan_notifier-0.0.40-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4768d4f3ab660d2515c2385a0279490ea79950a7e057c2d89f4ece4cdb8cbd99 |
|
MD5 | 6ce426c73f7dc89ee400061439fbb90a |
|
BLAKE2b-256 | 38ef659fb94130944f8f17183f82a7f30d380300cb2b0e9e61d32b9cc4bf74a2 |