ScorecardGenerator 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ScorecardGenerator --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local ScorecardGenerator --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ScorecardGenerator&version=1.1.0
nuke :add-package ScorecardGenerator --version 1.1.0

Service Scorecard Generator


codecov Build (and Release)

Service Scorecard Generator is a dotnet app that generates Azure Wiki-friendly markdown files with scores for dotnet projects.
image For more details on individual checks and their scoring, take a look at the README.md files inside the subdirectories of /Checks.

Usage


# clone the sources
git clone git@github.com:ViMaSter/service-scorecard-generator.git /service-scorecard-generator

# build the project
cd service-scorecard-generator
dotnet build

# this assumes your various .csproj files reside inside subdirectories of `/sources`
cd /sources

# run it with an Azure Personal Access Token to scan for open Renovate Pull Requests and output path
# https://github.com/renovatebot/renovate
# https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows
/service-scorecard-generator/bin/Release/net7.0/ScorecardGenerator --azure-pat <azure-pat> --output-path /wiki

Interactive tables

Due to limted HTML support, the table itself can't be made interactive. More info and a workaround can be found in the wiki. video of how to sort and filter the table

License

GNU General Public License v3.0

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.1.2 293 12/15/2023
2.1.1 136 12/10/2023
2.1.0 134 12/5/2023
2.0.0 187 12/3/2023
1.4.2 159 11/23/2023
1.4.1 156 11/9/2023
1.4.0 672 3/10/2023
1.3.1 225 3/9/2023
1.3.0 220 3/9/2023
1.2.0 255 2/28/2023
1.1.0 213 2/28/2023
1.0.0 247 2/27/2023

Check CHANGELOG.md