awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
361 stars 44 forks source link

`--source-dir` folder name with whitespace causes failure to run `ash` tool #58

Closed climbertjh2 closed 4 months ago

climbertjh2 commented 4 months ago

naming a --source-dir folder path something that contains a whitespace character, e.g. my scan vs. my-scan causes ash to fail to run.

Re-create:

mkdir "my scan"
cd "my scan"
git clone <repo to scan>
cd <repo to scan>
ash --source-dir .
awsntheule commented 4 months ago

Hey @climbertjh2, this should be fixed with PR #64. Please clone the latest version and try again when you get a chance.

climbertjh2 commented 4 months ago

It appears to work - thanks for updating. Closing this issue.