Open tpcgold opened 4 years ago
Ay,
Did you try to change CSV path outside of the app path ?
Example :
shhgit --config-path "G:\My Drive\Repositories\shhgit" --local "G:\My Drive\Repositories" --csv-path "G:\My Drive\shhgitReports"
EDIT : nevermind, I didn't saw your message : "The error occurs no matter where csv-path is located", sorry. EDIT 2 : I tested with my Docker image and I got the same error here.
i played around with it and tried to give it a file to name. it worked. you have to name the file to output it to. it doesnt output it to a directory with results for each individual repo scanned.
my example:
shhgit --config-path /opt/scripts/ --local /opt/test/ --csv-path /opt/results/stuff
Following command:
shhgit --config-path "G:\My Drive\Repositories\shhgit" --local "G:\My Drive\Repositories" --csv-path "G:\My Drive\Repositories"
leads to a deadlock, without using the "CSV export" it's working. (The error occurs no matter where csv-path is located)