secops
Here are 30 public repositories matching this topic...
-
Updated
Jun 11, 2020 - Groovy
-
Updated
Sep 19, 2018
The Readme documentation for openvas engine advise to use the docker image mikesplain/openvas but this version is old with gmpv7. Engine-openvas.py imports gvm.protocols.latest which works with the latest version of openvas (gvm11). I see two options:
- Point to the docker image
securecompliance/gvmwhich provides a version 11. In this case you will have to modify the docker image to star
Bonjour,
J'essaye d'installer Patrowl mais j'ai quelque soucis. Je n'utilise pas docker pour l'installation.
J'en suis ici : cd PatrowlManager
python2.7 -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
J'ai fais un git, je suis aller dans PatrowlManager mais lorsque je lance python2.7 -m virtualenv env j'ai un message d'erreur : No module name virtualenv et je ne
-
Updated
Jun 5, 2020 - Python
-
Updated
Jun 12, 2020 - Vue
-
Updated
Feb 18, 2020 - HCL
Add Example Usage
what
- Add example invocation
why
- We need this so we can soon enable automated continuous integration testing of module
-
Updated
Aug 23, 2018 - C#
-
Updated
Mar 24, 2018 - Python
-
Updated
May 16, 2019
-
Updated
Jan 2, 2019 - Shell
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 2, 2020
-
Updated
Apr 26, 2020 - HCL
-
Updated
Oct 28, 2019
-
Updated
Apr 9, 2020 - Python
-
Updated
Sep 30, 2019 - Python
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Apr 26, 2020
-
Updated
May 13, 2020
- Installs osquery on a Windows host
a. Ensure that osquery has access to Windows events - Installs osquery on a Linux host
-
Updated
Jul 18, 2018 - CSS
-
Updated
May 3, 2020 - Python
-
Updated
Sep 18, 2019 - Python
Improve this page
Add a description, image, and links to the secops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the secops topic, visit your repo's landing page and select "manage topics."


Hi
i am using docker-compose in windows 7
postgres,rabbitmq and django application services build,but nginx service has an error!
nginx:
volumes:
- ./nginx_docker.conf:/etc/nginx/conf.d/default.conf
in this part "nginx_docker.conf" is not a directory and i have error "not a directory" in running "docker-compose up" command.
what is your solution for my problem?