From 551a83ad7519119a33c2c02e5f1f34e6674663fa Mon Sep 17 00:00:00 2001 From: arewm Date: Fri, 3 May 2024 14:25:57 -0400 Subject: [PATCH] Remove sbom-json-check from required tasks Removing the task sbom-json-check for the current set of required tasks. The EC policies should be checking for valid SBOMs anyway so this check is unnecessarily duplicated. Signed-off-by: arewm --- data/required_tasks.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data/required_tasks.yml b/data/required_tasks.yml index 1bf375c..3c82155 100644 --- a/data/required_tasks.yml +++ b/data/required_tasks.yml @@ -11,7 +11,6 @@ pipeline-required-tasks: - git-clone - init - inspect-image - - sbom-json-check - show-sbom - summary docker: @@ -25,7 +24,6 @@ pipeline-required-tasks: - init - prefetch-dependencies - sast-snyk-check - - sbom-json-check - show-sbom - source-build - summary @@ -53,7 +51,6 @@ pipeline-required-tasks: - init - prefetch-dependencies - sast-snyk-check - - sbom-json-check - show-sbom - source-build - summary @@ -81,7 +78,6 @@ pipeline-required-tasks: - prefetch-dependencies - s2i-java - sast-snyk-check - - sbom-json-check - show-sbom - source-build - summary @@ -109,7 +105,6 @@ pipeline-required-tasks: - prefetch-dependencies - s2i-nodejs - sast-snyk-check - - sbom-json-check - show-sbom - source-build - summary