Skip to content

Commit

Permalink
Remove sbom-json-check from required tasks
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
arewm committed May 3, 2024
1 parent c9be041 commit 551a83a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/required_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pipeline-required-tasks:
- git-clone
- init
- inspect-image
- sbom-json-check
- show-sbom
- summary
docker:
Expand All @@ -25,7 +24,6 @@ pipeline-required-tasks:
- init
- prefetch-dependencies
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
Expand Down Expand Up @@ -53,7 +51,6 @@ pipeline-required-tasks:
- init
- prefetch-dependencies
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
Expand Down Expand Up @@ -81,7 +78,6 @@ pipeline-required-tasks:
- prefetch-dependencies
- s2i-java
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
Expand Down Expand Up @@ -109,7 +105,6 @@ pipeline-required-tasks:
- prefetch-dependencies
- s2i-nodejs
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
Expand Down

0 comments on commit 551a83a

Please sign in to comment.