Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Add QSS webhook notification section w/ anchor #61

Open
wants to merge 4 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions guides/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,29 @@ A Dockerfile build has failed
}
```

#### <i class="fa fa-lg fa-times-circle-o event-icon"></i>Vulnerability Found
<a name="#vulnerability_found"></a>

Quay Security Scanner has discovered a new vulnerability or an existing vulnerability was updated to a higher severity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Period at the end of the sentence


<a name="#webhook_vulnerability_found"></a>

```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

#### <img class="method-icon" src="https://quay.io/static/img/favicon.ico" style="width: 22px; height: 22px;">Quay.io Notification
Expand Down