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

Change: Make installing nvt feed sync script optional #1393

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

bjoernricks
Copy link
Contributor

What:

A new Python based greenbone-feed-sync script is available at https://github.com/greenbone/greenbone-feed-sync/ and should be used instead of the shell based greenbone-nvt-sync script shipped with openvas-scanner. The new script is easier to maintain, to adapt and can be released independently.

Therefore make installing the shell optional and don't install it by default anymore. To still install the script
cmake -DINSTALL_OLD_SYNC_SCRIPTS=ON can be used.

Why

Users should switch to the new sync script as soon as possible. Therefore don't install it anymore in the next release by default.

References

Replaces #1337

DEVOPS-516

A new Python based greenbone-feed-sync script is available at
https://github.com/greenbone/greenbone-feed-sync/ and should be used
instead of the shell based greenbone-nvt-sync script shipped with
openvas-scanner. The new script is easier to maintain, to adapt and can
be released independently.

Therefore make installing the shell optional and don't install it by
default anymore.
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

Successfully merging this pull request may close these issues.

2 participants