update version to 3.0.0-SNAPSHOT #12677
Open
+58
−1
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.
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.3.0.0branch for changes related to OpenAPI spec 3.0. Default:master.Description of the PR
This pull request enhances the Docker release workflows by adding automated generation and attachment of Software Bill of Materials (SBOM) files to Docker images, improving supply chain security and transparency. It introduces the use of the
anchore/sbom-actionfor SBOM creation andcosignfor attaching SBOMs to images in both the master and 3.0 release workflows.SBOM Generation and Attachment Enhancements:
anchore/sbom-actionGitHub Action in both.github/workflows/docker-release-master.ymland.github/workflows/docker-release-3.0.yml. [1] [2]cosignto attach the generated SBOMs to the respective Docker images, further automating the supply chain security process. [1] [2]Workflow Configuration Update:
branches: [ "master" ]input from theworkflow_dispatchtrigger in.github/workflows/docker-release-master.ymlfor cleaner configuration.