Javi
Javi
Hi. That’s an interesting one. I agree with you, I don’t think root is needed anymore, however the entrypoint sh will need to be copied to another folder instead of...
I think those paths are where the code is checked out, can’t remember by heart. That’s a parameter that can be modified anyway. When you execute it, it will show...
Ah, i see. I think both . and /github/workspace point to the same place, isnt it? https://github.com/dependency-check/DependencyCheck_Test/actions/runs/6136166905/job/16650728404#step:5:8 There, it is mounting this as a volume -v "/home/runner/work/DependencyCheck_Test/DependencyCheck_Test":"/github/workspace" Sorry, its been...
Right ;) fancy doing a pr with the change? thanks
Hi I think this was not possible but if you want to try and do a PR, that would be welcome
I just opened an issue to ZAP guys to ask for their recommendation on how to integrate it. https://github.com/zaproxy/zaproxy/issues/5687
Hi Thats the structure of my project ls -R config guardrails.py ./config: __pycache__ actions.py config.py config.yml rails.co I run it both with nemoguardrails server --config=./config
I have changed the structure now ./config: __pycache__ javi ./config/javi: __pycache__ actions.py config.py config.yml rails.co Still the same, running nemoguardrails server --config=./config or nemoguardrails server --config=./config/javi In the code, i...
That works :) Would be good if the doc is updated with that info - https://github.com/NVIDIA/NeMo-Guardrails/tree/develop/docs/getting_started/1_hello_world#server-and-chat-ui Thanks!
Hi What is more important for me as an user is that this is updated in the doc. I have no problems using the abs path but the doc refers...