mirror of https://github.com/docker/docs.git
scout: add repo filtering setting for notifications
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
118b71e109
commit
fea56c2214
|
|
@ -137,9 +137,8 @@ See [Container registry integrations](./integrations/_index.md#container-registr
|
|||
|
||||
The [Notification settings](https://scout.docker.com/settings/notifications)
|
||||
page is where you can change the preferences for receiving notifications from
|
||||
Docker Scout. Notification settings are personal, and preferences apply to all
|
||||
organizations that you're a member of. Changing notification settings only
|
||||
affects your personal account, not the entire organization.
|
||||
Docker Scout. Notification settings are personal, and changing notification
|
||||
settings only affects your personal account, not the entire organization.
|
||||
|
||||
The purpose of notifications in Docker Scout is to raise awareness about
|
||||
upstream changes that affect you. Docker Scout will notify you about when a new
|
||||
|
|
@ -157,12 +156,30 @@ vulnerability exposure or policy compliance as a result of pushing a new image.
|
|||
|
||||
The available notification settings are:
|
||||
|
||||
- **Notification pop-ups**: select this check-box to receive notification
|
||||
pop-up messages in the Docker Scout Dashboard.
|
||||
- **OS notifications**: select this check-box to receive OS-level notifications
|
||||
from your browser if you have the Docker Scout Dashboard open in a browser
|
||||
tab.
|
||||
- **Repository scope**
|
||||
|
||||
Here you can select whether you want to enable notifications for all
|
||||
repositories, or only for specific repositories. These settings apply to the
|
||||
currently selected organization, and can be changed for each organization you
|
||||
are a member of.
|
||||
|
||||
- **All repositories**: select this option to receive notifications for all
|
||||
repositories that you have access to.
|
||||
- **Specific repositories**: select this option to receive notifications for
|
||||
specific repositories. You can then enter the names of repositories you
|
||||
want to receive notifications for.
|
||||
|
||||
- **Delivery preferences**
|
||||
|
||||
These settings control how you receive notifications from Docker Scout. They
|
||||
apply to all organizations that you're a member of.
|
||||
|
||||
- **Notification pop-ups**: select this check-box to receive notification
|
||||
pop-up messages in the Docker Scout Dashboard.
|
||||
- **OS notifications**: select this check-box to receive OS-level notifications
|
||||
from your browser if you have the Docker Scout Dashboard open in a browser
|
||||
tab.
|
||||
|
||||
To enable OS notifications, Docker Scout needs permissions to send
|
||||
notifications using the browser API.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue