-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
[BUG] Multiple GVMD_ARGS #247
Comments
Ugh .. .easy fix. You'll need to add these to your docker-compose.yml:
You may also need to add:
cap_add & security_opt should be inline with the other options after the named server in the docker compose. Here's a full example: Also note the syntax for the GVMD_ARGS in the Environment section.
These changes are to ensure all tests run by openvas can function properly. The -Scott |
This is resolved in the current latest and 22.4.40 |
The GVMD_ARGS option does not allow for multiple arguments.
Steps to reproduce the behavior:
Container started via docker-compose.yml and stopped on start.
works fine.
Attempted, non-working GVMD_ARGS were:
Environment:
log.log
The text was updated successfully, but these errors were encountered: