generated from nhcarrigan/template
fix: snyk no monitor?
This commit is contained in:
parent
8544a69dde
commit
0c84a58e64
1
cron.sh
1
cron.sh
@ -24,7 +24,6 @@ for directory in "${repositories[@]}"; do
|
|||||||
|
|
||||||
# Need to move directories for Snyk to track the target correctly.
|
# Need to move directories for Snyk to track the target correctly.
|
||||||
cd ./_repos/$directory;
|
cd ./_repos/$directory;
|
||||||
snyk monitor --dev --project-name=$directory --remote-repo-url=$(git remote get-url origin) ./_repos/$directory;
|
|
||||||
snyk test --dev --json --json-file-output=./_repos/security/snyk/$directory.json ./_repos/$directory;
|
snyk test --dev --json --json-file-output=./_repos/security/snyk/$directory.json ./_repos/$directory;
|
||||||
cd $current_dir;
|
cd $current_dir;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user