Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericpardee/79b93d760dbf3337d399977216f62126 to your computer and use it in GitHub Desktop.
Save ericpardee/79b93d760dbf3337d399977216f62126 to your computer and use it in GitHub Desktop.
# Create EventBridge event alerts when there are CRITICAL severity vulnerabilities in an ECR Image Scan
{
"detail-type": [
"ECR Image Scan"
],
"source": [
"aws.ecr"
],
"detail": {
"finding-severity-counts": {
"CRITICAL": [{
"numeric": [
">",
0
]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment