From a71be1a456690018adae6a4907cbe0fd03b86669 Mon Sep 17 00:00:00 2001 From: Yashvardhan Nanavati Date: Wed, 18 Dec 2024 11:45:04 -0800 Subject: [PATCH] feat: add Operator FIPS Compliance checks as required tasks CVP-4373. This commit adds fbc-fips-check as a required task to the FBC pipeline and fips-operator-bundle-check as a required task in the container pipeline. The commit also adds their repective TA versions. Signed-off-by: Yashvardhan Nanavati --- data/required_tasks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/required_tasks.yml b/data/required_tasks.yml index 383c15e..4e484f5 100644 --- a/data/required_tasks.yml +++ b/data/required_tasks.yml @@ -2,6 +2,14 @@ # https://enterprisecontract.dev/docs/ec-policies/release_policy.html#tasks_package pipeline-required-tasks: fbc: + - effective_on: "2025-03-01T00:00:00Z" + tasks: + - [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote, buildah-oci-ta, buildah-remote-oci-ta] + - deprecated-image-check + - [fbc-fips-check, fbc-fips-check-oci-ta] + - [fbc-related-image-check, validate-fbc] + - [git-clone, git-clone-oci-ta] + - init - effective_on: "2024-11-01T00:00:00Z" tasks: - [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote, buildah-oci-ta, buildah-remote-oci-ta]