From 0f7725e0fd00410cd0ca9a00cd4a6f113a351d0a Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Thu, 30 May 2024 15:40:57 -0400 Subject: [PATCH] Enable trusted_artifacts policy package for Tasks This enables the policy rules from the newly added `trusted_artifacts`[1] policy package to ensure the Tasks in this repo that use Trusted Artifacts follow the expects parameter and result naming convention. [1] https://enterprisecontract.dev/docs/ec-policies/task_policy.html#trusted_artifacts_package Ref: EC-371 Signed-off-by: Luiz Carvalho --- policies/all-tasks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/policies/all-tasks.yaml b/policies/all-tasks.yaml index 3f14816a9f..61d46984d6 100644 --- a/policies/all-tasks.yaml +++ b/policies/all-tasks.yaml @@ -10,6 +10,7 @@ sources: include: - kind - step_image_registries + - trusted_artifacts exclude: # https://issues.redhat.com/browse/KFLUXBUGS-1111 - step_image_registries.step_images_permitted:generate-odcs-compose/noversion