ABH
ABH
Thanks @prabhu. I'm mounting the directory: ``` docker run -v /opt/data/vdb:/vdb:rw -t ghcr.io/owasp-dep-scan/dep-scan:v5.0.1 -e VDB_HOME=/vdb ``` I haven't change this for a long time, it just stopped working few weeks...
It happens on other macs as well. I'm putting the full docker run command, maybe it's related: ``` docker run -v "/some-output-dir":/output:rw -v /opt/data/vdb:/vdb:rw -e VDB_HOME=/vdb -e SCAN_DEBUG_MODE=true -e NVD_START_YEAR=2014...
I'm sorry but I forgot to mention something important - I'm running the docker from nodeJS :-; I'm using `spawn` to run Docker, so this is probably related. I've tried...
Thanks! We will look into this, but I think it's still worth supporting a non-interactive mode. It used to work few weeks ago, so maybe something changed in one of...