From 86a9d04e901580ec1eb63071cb4a75de3623c390 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Thu, 10 Aug 2023 13:11:18 -0400 Subject: [PATCH] Add redhat_manifests package to redhat collection Signed-off-by: Luiz Carvalho --- policy/release/redhat_manifests.rego | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/release/redhat_manifests.rego b/policy/release/redhat_manifests.rego index 51c1e4f6..35ea1607 100644 --- a/policy/release/redhat_manifests.rego +++ b/policy/release/redhat_manifests.rego @@ -19,6 +19,8 @@ import data.lib # custom: # short_name: redhat_manifests_missing # failure_msg: "Missing Red Hat manifest %q" +# collections: +# - redhat # deny contains result if { wanted := {_sbom_purl_path, _sbom_cyclonedx_path}