Skip to content

Calculates a criticality score for an open source project. A port of the ossf/criticality_score tool.

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
CRITICALITYSCORE_LICENSE
Notifications You must be signed in to change notification settings

engelsjk/criticalityscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

criticalityscore

This is a Go port of the official Python-based ossf/criticality_score tool.

Command-line Usage

First, install the command-line tool.

go get -u github.com/engelsjk/criticalityscore

Next, run the criticalityscore tool with a specified GitHub repository URL.

criticalityscore --repo https://github.com/kubernetes/kubernetes

Output:

name: kubernetes
url: https://github.com/kubernetes/kubernetes
language: Go
created_since: 79
updated_since: 0
contributor_count: 3674
org_count: 5
commit_frequency: 101.4
recent_releases_count: 76
closed_issues_count: 2902
updated_issues_count: 5129
comment_frequency: 5.7
dependents_count: 407344
criticality_score: 0.98606

About

Calculates a criticality score for an open source project. A port of the ossf/criticality_score tool.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
CRITICALITYSCORE_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages