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);