feat(security): enhance supply-chain security with OpenSSF Scorecard and SBOM#74
Merged
Merged
Conversation
0921d07 to
2d5aaed
Compare
Contributor
|
looks ok to me , answers the issues described in FIND-011, |
…and SBOM Add comprehensive supply-chain security controls to improve project security posture and automated dependency monitoring. Changes: - Add SECURITY.md with vulnerability reporting policy and Red Hat PSIRT disclosure process - Add OpenSSF Scorecard workflow for automated security scoring published to GitHub Security tab and securityscorecards.dev API - Generate SPDX SBOM for Helm charts to satisfy SLSA provenance requirements - Add OWNERS file to document project maintainers and reviewers - Pin all new GitHub Actions to commit SHAs for supply-chain integrity The Scorecard workflow runs weekly and on branch protection changes, providing continuous visibility into security best practices. SBOM artifacts are uploaded with 90-day retention and will be attached to future GitHub Releases. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2d5aaed to
f7c64c2
Compare
Collaborator
Author
|
wrong PR ;_; |
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.
Add comprehensive supply-chain security controls to improve project security posture and automated dependency monitoring.
Changes:
The Scorecard workflow runs weekly and on branch protection changes, providing continuous visibility into security best practices. SBOM artifacts are uploaded with 90-day retention and will be attached to future GitHub Releases.