package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Oct 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Scanners []Scanner `yaml:"scanners"`
}
type Scanner struct {
Name string `yaml:"name"`
PreCommand []string `yaml:"pre_command"`
Command []string `yaml:"command"`
EnvVars []string `yaml:"env"`
Disable bool `yaml:"disable"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.