Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: replace colons in SBOM filename for Docker image attestation #16914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ThomasK33
Copy link
Member

@ThomasK33 ThomasK33 commented Mar 13, 2025

This PR fixes an issue in the Docker build script where the SBOM file path used the image tag directly, which could contain colons. Since colons are not valid characters in filenames on many filesystems, this replaces colons with underscores in the output filename.

Change-Id: I887f4fc255d9bfa19b6c5d23ad0a5db7352aa2af
Signed-off-by: Thomas Kosiewski [email protected]

Change-Id: I887f4fc255d9bfa19b6c5d23ad0a5db7352aa2af
Signed-off-by: Thomas Kosiewski <[email protected]>
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ThomasK33 ThomasK33 requested a review from matifali March 13, 2025 17:04
@ThomasK33 ThomasK33 marked this pull request as ready for review March 13, 2025 17:05
@matifali matifali changed the title fix: replace colons in SBOM filename for Docker image attestation chore: replace colons in SBOM filename for Docker image attestation Mar 13, 2025
@ThomasK33 ThomasK33 merged commit 389af22 into main Mar 13, 2025
39 checks passed
@ThomasK33 ThomasK33 deleted the thomask33/03-13-fix_replace_colons_in_sbom_filename_for_docker_image_attestation branch March 13, 2025 17:20
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants