The latest features are only available for the latest scanners. Here is how to update your scanner to the latest version.
The following scanning methods require an update.
There are two types of updates: scanner binaries and scan execution scripts.
/opt/vuls-saas/vuls
(Linux scan)C:\Program Files\vuls-saas\vuls.exe
(Windows scan)trivy
, trivy-to-vuls
, future-vuls
under /opt/vuls-trivy-saas
directory (Trivy scan)/opt/vuls-saas/vuls-saas.sh
(Linux scan)C:\Program Files\vuls-saas\vuls-saas.bat
(Windows scan)/opt/vuls-trivy-saas/vuls-trivy-saas.sh
(Trivy scan)old
in the Scanner Version
column in the list of servers in the Servers tab need to update their scanners.
The scan script file is rarely updated, but should be updated when necessary.
Example of Linux scan vuls-saas.sh
.
1 #!/bin/bash
2
3 # Version: 2022/09
:
There are two ways to update the scanner binary: automatically update the scanner binary at every scan, or manually update the scanner binary when update is required.
Automatically reinstall the latest scanner when performing a scan. If you set this up, you do not need to manage scanner versions. (The setting is enabled by default.)
To configure automatic scanner updates, set the local variable Set the value of the local variable
AUTO_REFRESH_BINARY to true
.
If you do not want the scanner to be automatically updated, set false
.
Example of Linux scan vuls-saas.sh
:
8 ## If you dont't refresh scanner, please set "false" ##
9 AUTO_REFRESH_BINARY=true
:
Trivy scan, please refer to Trivy scan settings page.
As with the initial installation, copy the scanner installation command from the FutureVuls screen and execute it in the target environment.
Copy the scanner installation command from FutureVuls and execute it in the target environment as you did for the initial installation.
When updating the scanner binary manually or updating the script file for scan execution, it is necessary to re-execute the installation command. The following settings will not be updated when performing a re-installation
/opt/vuls-saas/config.toml
.C:\Program Files\vuls-saas\config.toml
/opt/vuls-trivy-saas/config.toml
Trivy scan
If you have changed sudoers e.g. WordPress scan, it will be overwritten when the scanner is updated and may cause an error the next time it scans. vuls Please note that you will need to edit /etc/sudoers.d/vuls-saas
again after updating the scanner.