Skip to content
Open
Changes from all 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
18 changes: 15 additions & 3 deletions data/software-tools/dependabot.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,24 @@
],
"description": "Automated dependency management service that continuously monitors research software dependencies for security vulnerabilities and updates, maintaining software security and reducing technical debt for long-term sustainability.",
"hasQualityDimension": [
{ "@id": "dim:security", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
{
"@id": "dim:security",
"@type": "@id"
},
{
"@id": "dim:maintainability",
"@type": "@id"
}
],
"howToUse": ["CI/CD", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"name": "Dependabot",
"url": "https://github.com/dependabot"
"url": "https://github.com/dependabot",
"measuresQualityIndicator": [
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add static_analysis_common_vulnerabilities indicator in helps measure ?

{
"@id": "https://w3id.org/everse/i/indicators/dependency_management",
"@type": "@id"
}
]
}