generated from nhcarrigan/template
fix: repos
This commit is contained in:
parent
5038db9947
commit
b2117e0974
4
cron.sh
4
cron.sh
@ -6,8 +6,8 @@ mkdir ./syft;
|
|||||||
mkdir ./snyk;
|
mkdir ./snyk;
|
||||||
mkdir ./deps;
|
mkdir ./deps;
|
||||||
|
|
||||||
# Parse directories for all of the projects we "own".
|
# List of repositories to scan.
|
||||||
repositories=($(find /home/naomi/code/naomi -maxdepth 1 -type d -not -name '.' -printf "%f\n" | sort));
|
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=();
|
html=();
|
||||||
current_dir=$(pwd);
|
current_dir=$(pwd);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user