IaC-Ignored assets
Assets that appear in the Inventory but are ignored from IaC coverage calculation. These assets are ignored according to built-in and custom rules.
Creating a custom ignore rule
Create a custom ignore rule to ignore assets from your IaC coverage.
Procedure
Select Settings > IaC-Ignored.
Select + Add ignore rule.
Enter a Name and Description.
(Optional) Select a label or add a new label.
Select Next.
Select the scope of your ignore rule.
Using Rego language, enter the desired rule in the terminal window.
Select Next > Done.
To view IaC-Ignored assets, select Inventory > Filters > IaC-Ignored.
Including assets that were ignored by an ignore rule
Include assets in the Inventory by turning off their ignore rule.
Procedure
Select Settings > IaC-Ignored.
Turn off the toggle of the desired ignore rule.
Ignore an entire asset type
Procedure
Select Settings > IaC-Ignored.
Select + Add Ignore rule.
Enter a Name and Description.
(Optional) Select a label or add a new label.
Select Next.
Select the scopes you want to ignore altogether (e.g., aws_ssm_parameter).
In the coding window, type:
firefly = true
Select Next > Done.
Last updated