Skip to content

Commit

Permalink
Adds vuln note to quayio docs (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <[email protected]>
  • Loading branch information
stevsmit and Steven Smith authored Dec 3, 2024
1 parent 842aa80 commit 8f4e9fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
11 changes: 8 additions & 3 deletions modules/proc_use-quay-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
= Notifications overview

ifeval::["{context}" == "quay-io"]
{quayio}
{quayio} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
ifdef::upstream[]
[NOTE]
====
By default, vulnerability notifications are disabled on {quayio} and cannot be enabled.
====
endif::upstream[]
endif::[]
ifeval::["{context}" == "use-quay"]
{productname}
{productname} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
endif::[]
supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
5 changes: 4 additions & 1 deletion modules/repository-events.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ The following example is a response from a Dockerfile Build that has been cancel
}
----

ifeval::["{context}" == "use-quay"]

[discrete]
[id="vulnerability-detected"]
== Vulnerability detected
Expand All @@ -301,4 +303,5 @@ The following example is a response from a Dockerfile Build has detected a vulne
"has_fix": true
}
}
----
----
endif::[]
6 changes: 5 additions & 1 deletion quay_io/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ include::modules/manually-triggering-a-build-trigger.adoc[leveloffset=+3]
include::modules/proc_use-quay-git-trigger.adoc[leveloffset=+2]
//Notifications
include::modules/proc_use-quay-notifications.adoc[leveloffset=+1]

include::modules/notification-actions.adoc[leveloffset=+2]
include::modules/creating-notifications.adoc[leveloffset=+2]
include::modules/creating-image-expiration-notification.adoc[leveloffset=+3]
include::modules/creating-notifications-api.adoc[leveloffset=+2]
include::modules/repository-events.adoc[leveloffset=+2]
//helm
include::modules/oci-intro.adoc[leveloffset=+1]
include::modules/helm-oci-prereqs.adoc[leveloffset=+2]
Expand Down

0 comments on commit 8f4e9fc

Please sign in to comment.