Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 20, 2024 20:35
Show Gist options
  • Select an option

  • Save KyMidd/23dcbe5837bcc2c6334340f538cb18db to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/23dcbe5837bcc2c6334340f538cb18db to your computer and use it in GitHub Desktop.
# 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