-
Notifications
You must be signed in to change notification settings - Fork 515
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
Add OpenSSF Scorecard GHA - weekly #2955
Add OpenSSF Scorecard GHA - weekly #2955
Conversation
Signed-off-by: Stephen Curran <swcurran@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see the actions updated to use the version tags rather than the commit hashes. It will be easier for Dependabot to monitor for updates.
Otherwise LGTM
Checked the OpenSSF Repo and they are doing that as well — https://github.com/ossf/scorecard/blob/main/.github/workflows/scorecard-analysis.yml I’d say we leave it as this for now. What would we change it to if we did change it? |
Example:
=>
|
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Updated 3 out of 4. Didn’t know what to do with the other one…suggestions? |
The versions need to be specified as valid tags. |
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Quality Gate passedIssues Measures |
Changes made -- should be good now. I hope. Back to you @WadeBarnes ! |
Copies the Fabric version of this GHA, with the only changes being removal of the Fabric copyright comment and the change of the day of the week the job runs.
Might be nice to run immediately and see where we are.
Once we have the scorecard, we can investigate what other updates we want to do to improve the score.