argo-cd icon indicating copy to clipboard operation
argo-cd copied to clipboard

colons in filenames can cause problems

Open krancour opened this issue 2 years ago • 1 comments

#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.

krancour avatar Aug 23 '22 20:08 krancour

Fixing this will involve editing hack/snyk-report.sh to make sure the script doesn't create any files with colons in the name.

crenshaw-dev avatar Sep 13 '22 15:09 crenshaw-dev

I would like to tackle this one

monicadelaine avatar Sep 16 '22 15:09 monicadelaine

Interested in picking this up during the week if @monicadelaine is not working on it.

sushmitha-malae avatar Oct 07 '22 04:10 sushmitha-malae

I believe this was fixed by one of the snyk report PRs.

$ find . -name '*:*' | wc -l
       0

crenshaw-dev avatar Oct 19 '22 13:10 crenshaw-dev