Firstly thank you for this awesome project. Hope I make some contribution to this project for languages I know.
I built and run the docker image as
docker run --rm --name vulnhuntr-container vulnhuntr -r /root/abc -l claude -a def/asd/asd_asd/utils.py -v
Traceback (most recent call last): File "/usr/local/bin/vulnhuntr", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python3.10/site-packages/vulnhuntr/__main__.py", line 321, in run files_to_analyze = repo.get_files_to_analyze(Path(args.root) / analyze_path) File "/usr/local/lib/python3.10/site-packages/vulnhuntr/__main__.py", line 270, in get_files_to_analyze raise FileNotFoundError(f"Specified analyze path does not exist: {path_to_analyze}") FileNotFoundError: Specified analyze path does not exist: /root/abc/def/asd/asd_asd/utils.py
Then
I tried cat /root/abc/def/asd/asdasd/utils.py I can see the content.
Firstly thank you for this awesome project. Hope I make some contribution to this project for languages I know.
I built and run the docker image as docker run --rm --name vulnhuntr-container vulnhuntr -r /root/abc -l claude -a def/asd/asd_asd/utils.py -v
Traceback (most recent call last): File "/usr/local/bin/vulnhuntr", line 8, in <module> sys.exit(run()) File "/usr/local/lib/python3.10/site-packages/vulnhuntr/__main__.py", line 321, in run files_to_analyze = repo.get_files_to_analyze(Path(args.root) / analyze_path) File "/usr/local/lib/python3.10/site-packages/vulnhuntr/__main__.py", line 270, in get_files_to_analyze raise FileNotFoundError(f"Specified analyze path does not exist: {path_to_analyze}") FileNotFoundError: Specified analyze path does not exist: /root/abc/def/asd/asd_asd/utils.py
Then I tried
cat /root/abc/def/asd/asdasd/utils.py
I can see the content.What should I do?