From b2117e09741a9817e09973764822a443c16c25b9 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 25 Feb 2025 14:58:32 -0800 Subject: [PATCH] fix: repos --- cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sh b/cron.sh index 60e843c..abf07cc 100755 --- a/cron.sh +++ b/cron.sh @@ -6,8 +6,8 @@ mkdir ./syft; mkdir ./snyk; mkdir ./deps; -# Parse directories for all of the projects we "own". -repositories=($(find /home/naomi/code/naomi -maxdepth 1 -type d -not -name '.' -printf "%f\n" | sort)); +# List of repositories to scan. +repositories=("typescript-config" "boost-monitor" "tingle-bot" "rig-task-bot" "blog" "mod-logs" "a4p-bot" "mod-bot" "rosalia-nightsong" "eslint-config" "logger" "aria-iuvo" "cordelia-taryne" "melody-iuvo" "nginx-configs" "website-headers" "discord-rpc" "portfolio" "forms" "static-pages" "ocean-breeze" "becca-lyria" "docs" "gwen-abalise" "nails" "maylin-taryne"); html=(); current_dir=$(pwd);