{{ define "webhooks_list" }}

Add Webhook

If set, payloads include an X-Webhook-Signature-256 header

Trigger Events
{{ range .TriggerInfo }} {{ end }}
{{ len .Webhooks }} / {{ if eq .Limits.Max -1 }}unlimited{{ else }}{{ .Limits.Max }}{{ end }} webhooks configured
{{ if .Webhooks }}
{{ range .Webhooks }}
{{ .URL }}
{{ if .HasPush }} push {{ end }} {{ if .HasFirst }} scan:first {{ end }} {{ if .HasAll }} scan:all {{ end }} {{ if .HasChanged }} scan:changed {{ end }} {{ if .HasSecret }} Signed {{ end }}
{{ end }}
{{ else }}

No webhooks configured yet.

{{ end }}
{{ end }}