-
-
Save KyMidd/23dcbe5837bcc2c6334340f538cb18db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Imports | |
| import requests | |
| import os | |
| import json | |
| import csv | |
| import time | |
| ### | |
| ## Introduction | |
| ### | |
| print("##################################################") | |
| print("Finding all repos' SBOMs and storing in CSV") | |
| print("The CSV will be stored as an artifact in the GitHub Actions run") | |
| print("##################################################") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment