-
Notifications
You must be signed in to change notification settings - Fork 9
Include OpenSSF scorecard tool #129
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,20 @@ | ||||||
| { | ||||||
| "@context": "https://w3id.org/everse/rs#", | ||||||
| "@id": "https://w3id.org/everse/tools/scorecard", | ||||||
| "@type": "SoftwareApplication", | ||||||
| "applicationCategory": [ | ||||||
| { "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }, | ||||||
| { "@id": "rs:PrototypeTool", "@type": "@id" } | ||||||
| ], | ||||||
| "description": "OpenSSF Scorecard is a tool that automatically evaluates the security health of open source projects. It runs checks on best practices like branch protection, dependency management, and code review, then produces a score to help maintainers and users assess project risk.", | ||||||
| "hasQualityDimension": [ | ||||||
| { "@id": "dim:Security", "@type": "@id" }, | ||||||
| { "@id": "dim:Maintainability", "@type": "@id" }, | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| { "@id": "dim:Sustainability", "@type": "@id" } | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the instances are non-capital in the identifiers of dimensions and indicators. I know it's a bit confusing, but I set it up that way and now we should not change the ids :S |
||||||
| ], | ||||||
| "howToUse": ["CI/CD", "command-line"], | ||||||
| "isAccessibleForFree": true, | ||||||
| "license": "https://spdx.org/licenses/Apache-2.0", | ||||||
| "name": "scorecard", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| "url": "https://github.com/ossf/scorecard" | ||||||
| } | ||||||
Uh oh!
There was an error while loading. Please reload this page.