Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/software-tools/openssfscorecard.json
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" },
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{ "@id": "dim:Maintainability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" },

{ "@id": "dim:Sustainability", "@type": "@id" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{ "@id": "dim:Sustainability", "@type": "@id" }
{ "@id": "dim:sustainability", "@type": "@id" }

Copy link
Contributor

Choose a reason for hiding this comment

The 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",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"name": "scorecard",
"name": "OpenSSF Scorecard",

"url": "https://github.com/ossf/scorecard"
}