Remove sbom and scan plugin packages - #254
Merged
Merged
Conversation
They are no longer supported Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
There was a problem hiding this comment.
Pull Request Overview
This PR removes the sbom and scan plugin packages from the Docker packaging repository as they are no longer supported. This cleanup effort eliminates all build configurations, Docker files, packaging scripts, and GitHub workflows related to these deprecated plugins.
- Removes entire
pkg/scan/andpkg/sbom/directories containing all plugin-related files - Updates build configuration to exclude these packages from the build matrix
- Removes GitHub workflow files for building and releasing these plugins
Reviewed Changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/scan/ | Complete removal of Docker scan plugin packaging files including Dockerfiles, build scripts, and package specs |
| pkg/sbom/ | Complete removal of Docker SBOM plugin packaging files including Dockerfiles, build scripts, and package specs |
| docker-bake.hcl | Removes scan and sbom from PKGS list and removes their build target configurations |
| .github/workflows/ | Removes build and release workflows for scan and sbom plugins |
| .github/labeler.yml | Removes labeler rules for scan and sbom package areas |
| .github/workflows/nightly.yml | Removes DISABLED_PACKAGES environment variable that was excluding scan and sbom |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Collaborator
Author
|
@crazy-max PTAL |
crazy-max
approved these changes
Sep 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
They are no longer supported