Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/22.4/source-build/openvasd/build.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
```
mkdir -p $INSTALL_DIR/openvasd/usr/local/bin
cd $SOURCE_DIR/openvas-scanner-$OPENVAS_DAEMON/rust/src/openvasd
cargo build --release

cd $SOURCE_DIR/openvas-scanner-$OPENVAS_DAEMON/rust/src/scannerctl
cd $SOURCE_DIR/openvas-scanner-$OPENVAS_DAEMON/rust
make
cargo build --release

sudo cp -v ../../target/release/openvasd $INSTALL_DIR/openvasd/usr/local/bin/
Expand Down
2 changes: 2 additions & 0 deletions src/22.4/source-build/openvasd/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ For more information see:
- <https://greenbone.github.io/scanner-api/>
- <https://github.com/greenbone/openvas-scanner/tree/main/rust/src/openvasd>
- <https://github.com/greenbone/openvas-scanner/blob/main/rust/examples/openvasd/config.example.toml>

To use the recommended archive setup, you must have either Podman or Docker installed. If not, follow the instructions in [build-doc](https://github.com/greenbone/openvas-scanner/blob/main/rust/doc/build.md).
Loading