Skip to content
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

Temporarily disable SBOMs on GHA #82

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Sep 24, 2024

We're chasing an issue with GHA and our SBOM indexer that's leading to empty SBOMs being published, which isn't great. For now, let's disable SBOMs for all our GHA architectures until we figure it out / fix it.

We're chasing an issue with GHA and our SBOM indexer that's leading to *empty* SBOMs being published, which isn't great.  For now, let's disable SBOMs for all our GHA architectures until we figure it out.
@tianon tianon requested a review from yosifkit as a code owner September 24, 2024 00:07
[
first(.[] | select(normalized_builder == "buildkit")),
first(.[] | select(normalized_builder == "classic")),
first(.[] | select(normalized_builder == "oci-import")),
first(.[] | select(normalized_builder == "oci-import" and build_should_sbom)), # TODO remove this
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This both validates that my conditional is correct and keeps the example of our oci-import SBOM code in the validated test output.

@yosifkit yosifkit merged commit a426e46 into docker-library:main Sep 24, 2024
1 check passed
@yosifkit yosifkit deleted the no-sbom-gha branch September 24, 2024 00:14
@tianon
Copy link
Member Author

tianon commented Sep 26, 2024

Cross-linking the update: docker-library/official-images#17629 🥳

(so we'll revert this soon)

@tianon
Copy link
Member Author

tianon commented Sep 26, 2024

... and reverted in #83, closing the loop 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants