https://github.com/austinsonger/gvmsandbox
https://github.com/austinsonger/gvmsandbox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/austinsonger/gvmsandbox
- Owner: austinsonger
- License: apache-2.0
- Created: 2021-02-21T15:37:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T19:10:53.000Z (over 4 years ago)
- Last Synced: 2025-03-15T08:34:03.409Z (7 months ago)
- Language: Shell
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GVM Sandbox
Working on a new GVM Docker Container**View Other Branches for Examples**
## TO-DO
- Add `open_scanner_protocol_daemon` to Dockerfile
- Add `gvm_tools_version` to Dockerfile
- Add `python_gvm_version` to Dockerfile
- Get add ssh for scanner so [baseenv.sh](/modules/base/baseenv.sh)
- Remove username and password option for scanner## Thinking About
- Thinking about separating gvm components from Dockerfile and make them into separate scripts.
- Thinking about add `SRC_PATH` variable that can work in `/src` and build in by using `${SRC_PATH}`## NOTE:
`ospd_openvas` is taken care of on [openVAS/install-pkgs.sh](/modules/openvas/install-pkgs.sh)## Checkout New Branch for developing
**Checkout Blank Repo**
```shell
git checkout blankrepo
```**Checkout New Branch for Development**
```shell
git checkout -b ver#
```