Elmar Fasel
Elmar Fasel
Hi @ryantenney! How are you today? Just wanted to ask regarding the 3.1.4 release … :-)
update: it works as suggested by @jeremylong [here](https://github.com/dependency-check/dependency-check-gradle/issues/383#issuecomment-1943672295), e.g. ``` -Dnvd.api.endpoint=https://my-local-proxy-endpoint/ \ -Dnvd.api.delay=1000 \ -Dnvd.api.key=some-key ``` ~~That didn’t work for me as well. And I don’t think it can.~~ ~~[…]~~...
Hi! It would be great to have that, would ease the life of our platform provider team a lot. :+1:
some proof of concept … well … hack (see below) example output before: ``` Problem setting remote with credentials on: testRepoOne Error: exit status 128 ``` example output after: ```...
> When things go wrong with git specifically its generally easiest to just run the same git clone command locally that ghorg is trying to run. Unless things work locally...
Just FTR: via `GHORG_DEBUG=true` and `GHORG_MATCH_PREFIX={name of repo}` I could test it on one failing repo. The issue was due to broken submodules. 😭 But good that we found this....