generated from Ostorlab/template_agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ostorlab.yaml
36 lines (29 loc) · 992 Bytes
/
ostorlab.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
kind: Agent
name: local_persist_vulnz
version: 0.1.7
description: |
This repository is an implementation of the default persist vulnz agent. Persist Vulnz is a default agent needed to run a scan using the local runtime.
## Usage
Agent Persist Vulnz can be installed directly from the oxo agent store or built from this repository.
### Install directly from oxo agent store
```shell
oxo agent install agent/ostorlab/local_persist_vulnz
```
The agent will be automatically installed and updated by simply passing `--install` flag:
```shell
oxo scan run --install --agent agent/ostorlab/tsunami ip 8.8.8.8
```
## License
[Apache-2.0](./LICENSE)
license: Apache-2.0
source: https://github.com/Ostorlab/agent_persist_vulnz
in_selectors:
- v3.report.vulnerability
out_selectors: []
mounts:
- '$CONFIG_HOME/db.sqlite:/root/.ostorlab/db.sqlite'
supported_architectures:
- linux/arm64/v8
- linux/x86_64
docker_file_path : Dockerfile
docker_build_root : .