In the regular version of Trivy scan, there are options that can be specified using the /opt/vuls-trivy-saas/config.toml
file.
[saas]
GroupID = XXX
Token = "xxxxxxxx"
Proxy = "http://name:pass@proxy:port"
[scanner]
refreshScanner = true
[images.myApp:latest]
imageName = "myApp"
tag = "latest"
uuid = "xxxxxxxx"
[libraries./xxx/xxx]
targetPath = "/xxx/xxx"
uuid = "xxxxxxxx"
Item | Description | Requirement |
---|---|---|
GroupID | ID of the group to upload scan results to | ✅ |
Token | Token with scanning privileges | ✅ |
Proxy | Proxy server to go through in case of a proxy environment | - |
refreshScanner | Whether to update the scanner on every scan Specify with true or false | ✅ |