Skip to content

Commit 8f4e9fc

Browse files
stevsmitSteven Smith
andauthored
Adds vuln note to quayio docs (quay#1172)
Co-authored-by: Steven Smith <[email protected]>
1 parent 842aa80 commit 8f4e9fc

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

modules/proc_use-quay-notifications.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88
= Notifications overview
99

1010
ifeval::["{context}" == "quay-io"]
11-
{quayio}
11+
{quayio} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
12+
ifdef::upstream[]
13+
[NOTE]
14+
====
15+
By default, vulnerability notifications are disabled on {quayio} and cannot be enabled.
16+
====
17+
endif::upstream[]
1218
endif::[]
1319
ifeval::["{context}" == "use-quay"]
14-
{productname}
20+
{productname} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
1521
endif::[]
16-
supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.

modules/repository-events.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ The following example is a response from a Dockerfile Build that has been cancel
277277
}
278278
----
279279

280+
ifeval::["{context}" == "use-quay"]
281+
280282
[discrete]
281283
[id="vulnerability-detected"]
282284
== Vulnerability detected
@@ -301,4 +303,5 @@ The following example is a response from a Dockerfile Build has detected a vulne
301303
"has_fix": true
302304
}
303305
}
304-
----
306+
----
307+
endif::[]

quay_io/master.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ include::modules/manually-triggering-a-build-trigger.adoc[leveloffset=+3]
6767
include::modules/proc_use-quay-git-trigger.adoc[leveloffset=+2]
6868
//Notifications
6969
include::modules/proc_use-quay-notifications.adoc[leveloffset=+1]
70-
70+
include::modules/notification-actions.adoc[leveloffset=+2]
71+
include::modules/creating-notifications.adoc[leveloffset=+2]
72+
include::modules/creating-image-expiration-notification.adoc[leveloffset=+3]
73+
include::modules/creating-notifications-api.adoc[leveloffset=+2]
74+
include::modules/repository-events.adoc[leveloffset=+2]
7175
//helm
7276
include::modules/oci-intro.adoc[leveloffset=+1]
7377
include::modules/helm-oci-prereqs.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)