Skip to content

Instantly share code, notes, and snippets.

View ChelseaKR's full-sized avatar

Chelsea Kelly-Reif ChelseaKR

View GitHub Profile
@ChelseaKR
ChelseaKR / keybase.md
Created January 16, 2024 18:39
Keybase proof

Keybase proof

I hereby claim:

  • I am chelseakr on github.
  • I am chelseakr (https://keybase.io/chelseakr) on keybase.
  • I have a public key ASAHnidhuvjngkaVpulFM3Odgns89w75e3J0xld7ePu2_wo

To claim this, I am signing this object:

@ChelseaKR
ChelseaKR / export_dependabot_alerts.sh
Created April 25, 2025 00:43
Fetches open Dependabot security alerts from NJ Career Navigator and MCNJ (Main) repositories and generates CSV reports with severity, CVE IDs, and advisory details. Low). Run the script to automate the process of fetching, parsing, and reporting security alerts directly from GitHub.
#!/bin/bash
# === CONFIG ===
repos=("newjersey/dol-mcnj-main" "newjersey/dol-mcnj-career-navigator-frontend" "newjersey/dol-mcnj-career-navigator-backend")
token="${GITHUB_TOKEN}"
timestamp=$(date +'%Y%m%d_%H%M%S')
log_file="export_dependabot_alerts.log"
output_dir="output"
# === SETUP ===