generated from nhcarrigan/template
fix: no monitor
This commit is contained in:
parent
4f880830e8
commit
9d0cd7f284
1
scan.sh
1
scan.sh
@ -33,7 +33,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) $current_dir/$directory;
|
|
||||||
snyk test --dev --json --json-file-output=./_repos/security/snyk/$directory.json $current_dir/$directory;
|
snyk test --dev --json --json-file-output=./_repos/security/snyk/$directory.json $current_dir/$directory;
|
||||||
cd $current_dir;
|
cd $current_dir;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user