CI/CD Misconfigurations Scanner Configuration
CI/CD Misconfigurations Scanner Configuration
The CI/CD Misconfigurations Scanner is configured in the YAML file conf/xygeni.misconfigurations.yml
.
CI/CD Detectors Configuration
Detectors are configured with different YAML files located under the conf/misconfigurations
directory of the xygeni scanner. There is a sample _template.yml_
file that could be used for creating your own detectors.
To avoid scanner updates overwriting your configurations, you may define a directory where custom detectors could be loaded with the --custom-detectors-dir
command-line argument.
CI/CD Misconfigurations Detectors
Please read the documentation on CI/CD misconfigurations detectors available.
Last updated