Skip to content

Commit

Permalink
Merge pull request #22 from arewm/remove-sbom-check-required
Browse files Browse the repository at this point in the history
Remove sbom-json-check from required tasks
  • Loading branch information
ralphbean authored May 4, 2024
2 parents c9be041 + 551a83a commit 8a0d819
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 8a0d819

Please sign in to comment.