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.
This pull request includes changes to enhance the security of the project and improve the build process. The most significant changes are the addition of a new GitHub workflow for Scorecards supply-chain security scan, the inclusion of an OpenSSF Scorecard badge in the
README.md
file, and the update of the build process to run on Ubuntu instead of Windows.Security Enhancements:
.github/workflows/ossf-analysis.yml
: Added a new GitHub workflow for Scorecards supply-chain security scan. This workflow runs weekly on Saturdays and each time there's a push to the main branch. It uses read-only permissions by default and requires write permissions for security-events and id-token to upload the results to the code-scanning dashboard.Documentation Updates:
README.md
: Added an OpenSSF Scorecard badge to provide a quick view of the project's security score.Build Process Improvements:
README.md
: Updated the build process to run on Ubuntu instead of Windows. This change was made in two jobs within theon: [push]
section. [1] [2]