Jiab77 / vuls-scripts

Bash scripts made to ease the use of Vuls
https://vuls.io/
MIT License
6 stars 2 forks source link
bash scan security-vulnerability vuls

vuls-scripts

Bash scripts made to ease the use of Vuls

The scripts are based on vulsctl.

Usage

You can use the scripts in Docker based environment with or without the Rootless mode or natively.

Docker

Script configuration:

VULSCTL_DIR="$HOME/vulsctl"
DOCKER_DIR="$VULSCTL_DIR/docker"
RESULTS_DIR="$DOCKER_DIR/results"

Native

Script configuration:

VULSCTL_DIR="$HOME/vulsctl"
VULSREPO_DIR="$HOME/vulsrepo"
INSTALL_DIR="$VULSCTL_DIR/install-host"
RESULTS_DIR="$INSTALL_DIR/results"

Credits