We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-docker-engines.sh tries to download https://github.com/tenable/nessrest however this repo does not exist (anymore)
The text was updated successfully, but these errors were encountered:
Building engine 'patrowl-nessus' docker image... [/] Dockerfile:32 -------------------- 30 | 31 | WORKDIR /opt/patrowl-engines/nessus/external-libs 32 | >>> RUN git clone https://github.com/tenable/nessrest 33 | RUN cd nessrest && git reset --hard af28834d6253db0d00e3ab46ab259dd5bc903063 34 | WORKDIR /opt/patrowl-engines/nessus/external-libs/nessrest/ -------------------- ERROR: failed to solve: process "/bin/sh -c git clone https://github.com/tenable/nessrest" did not complete successfully: exit code: 128
Sorry, something went wrong.
Hi there, The lib is still available here: https://pypi.org/project/nessrest/#files https://files.pythonhosted.org/packages/d7/0b/cf7f30a2bbdf3e990c973484fbac67830b4354cb72a029fa6dbe392ff907/nessrest-0.40.tar.gz
Maybe we have to adjust the installation process ;)
No branches or pull requests
build-docker-engines.sh tries to download https://github.com/tenable/nessrest however this repo does not exist (anymore)
The text was updated successfully, but these errors were encountered: