koji_hub: re-add scm policy for scm plugin

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-09 11:35:23 -07:00
parent 95fcfe8375
commit f99659cea8

View file

@ -245,3 +245,9 @@ build_from_scm =
}
all :: deny
{% endif %}
scm =
# allow scratch builds from any commits
bool scratch :: allow
match_all branches * !! deny Commit must be present on some branch
all :: allow