IaC Scanner Configuration
Last updated
Last updated
The IaC Flaws Scanner is configured in the YAML file conf/xygeni.iac.yml
.
Detectors are configured with different YAML files located under the conf/iac
directory of the xygeni scanner. There is a sample _template.yml_
file that could be used for creating your own detectors.
The following formats are supported, among others:
, a cloud-agnostic configuration system to detail the infrastructure setup. Detectors for resources on major cloud providers (AWS, Azure, Google Cloud…) are provided.
, a managed AWS service with a common language for modelling and provisioning AWS resources.
, a language for Azure resources, and the more developer-friendly .
, either for workloads based on syntax or .
, either the and (YAML file defining services, networks and volumes for a Docker-based application)
Please read the documentation on .