argo-cd
argo-cd copied to clipboard
colons in filenames can cause problems
#10141 introduced a regression of the issue that was previously corrected by #10183
I'd fix this myself, but I can't quite figure out how.
Fixing this will involve editing hack/snyk-report.sh to make sure the script doesn't create any files with colons in the name.
I would like to tackle this one
Interested in picking this up during the week if @monicadelaine is not working on it.
I believe this was fixed by one of the snyk report PRs.
$ find . -name '*:*' | wc -l
0