diff --git a/guides/notifications.md b/guides/notifications.md index a601933..ad0cbea 100644 --- a/guides/notifications.md +++ b/guides/notifications.md @@ -12,7 +12,7 @@ Note: adding notifications requires **repository admin permission**. #### Repository Push -A successful push of one or more images was made to the repository +A successful push of one or more images was made to the repository. @@ -36,7 +36,7 @@ A successful push of one or more images was made to the repository #### Dockerfile Build Queued -A Dockerfile build has been queued into the build system +A Dockerfile build has been queued into the build system. @@ -82,7 +82,7 @@ A Dockerfile build has been queued into the build system #### Dockerfile Build Started -A Dockerfile build has been started by the build system +A Dockerfile build has been started by the build system. @@ -127,9 +127,9 @@ A Dockerfile build has been started by the build system #### Dockerfile Build Successfully Completed -A Dockerfile build has been successfully completed by the build system +A Dockerfile build has been successfully completed by the build system. -Note: This event will occur **simultaneously** with a _Repository Push_ event for the built image(s) +Note: This event will occur **simultaneously** with a _Repository Push_ event for the built image(s). @@ -174,7 +174,7 @@ Note: This event will occur **simultaneously** with a Dockerfile Build Failed -A Dockerfile build has failed +A Dockerfile build has failed. @@ -218,6 +218,29 @@ A Dockerfile build has failed } ``` +#### Vulnerability Found + + +Quay Security Scanner has discovered a new vulnerability or an existing vulnerability was updated to a higher severity. + + + +```json +{ + "tags": ["latest", "prod"], + "image": "the-image-id", + "vulnerability": { + "id": "CVE-1234-ID", + "description": "Heartbleed 2: Coronary Boogaloo", + "link": "http://link/to/vuln/info", + "priority": "Critical", + "has_fix": true + } +} +``` + + + ### Notification Actions #### Quay.io Notification @@ -232,7 +255,7 @@ Quay.io Notifications can be setup to be sent to a Webhook POST