Skip to content
New issue

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

Nessrest installation fails because of moved/deleted repo #518

Open
pieterhouwen opened this issue Oct 29, 2024 · 2 comments
Open

Nessrest installation fails because of moved/deleted repo #518

pieterhouwen opened this issue Oct 29, 2024 · 2 comments

Comments

@pieterhouwen
Copy link

build-docker-engines.sh tries to download https://github.com/tenable/nessrest however this repo does not exist (anymore)

@pieterhouwen
Copy link
Author

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

@MaKyOtOx
Copy link
Contributor

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants