This project is designed to interact with the Security Scorecards API to fetch and display security scorecard data for specified repositories.
To set up the project, clone the repository and install the dependencies:
git clone <repository-url>
cd scorecard-extension
npm installTo 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.
This function takes a repository URL as an argument and returns the scorecard data from the Security Scorecards API.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.