Skip to content

amw3bb/scorecard-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scorecard Extension for GitHub Copilot

This project is designed to interact with the Security Scorecards API to fetch and display security scorecard data for specified repositories.

Table of Contents

Installation

To set up the project, clone the repository and install the dependencies:

git clone <repository-url>
cd scorecard-extension
npm install

Usage

To run the application, use the following command:

node src/index.js <repository-url>

Replace <repository-url> with the URL of the repository you want to check.

API Functions

fetchScorecard(repositoryUrl)

This function takes a repository URL as an argument and returns the scorecard data from the Security Scorecards API.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published