package
1.0.8
Repository: https://github.com/ossf/criticality_score.git
Documentation: pkg.go.dev

# Functions

Scorecard creates a new Writer instance that is used to write a csv file of repositories that is compatible with the github.com/ossf/scorecard project.
Text creates a new Writer instance that is used to write a simple text file of repositories, where each line has a single repository url.

# Constants

WriterTypeScorecard corresponds to the Writer returned by Scorecard.
WriterTypeText corresponds to the Writer returned by Text.

# Variables

No description provided by the author

# Interfaces

Writer is a simple interface for writing a repo.

# Type aliases

No description provided by the author