View Infrastructure as Code issue reports
Feature availability
This feature is available with all paid plans. See pricing plans for more details.
Infrastructure as Code configuration issues appear in the summary statistics and graphs by default, showing all of the open issues across your projects and issue types:

To view IaC issues only, select Configuration from the Summary filters drop down:

Select the Issues page to see detailed information on open issues across all of your projects.
To view IaC issues only, select Configuration in the Issue filters drop down.
.png?alt=media)
This shows the title of each issue and type, and the severity.
You can also view the issues ungrouped; this shows more information about the project file that the issue is found in, and details on when it was first introduced:
%20(2)%20(2)%20(2)%20(3)%20(4)%20(4)%20(3)%20(1)%20(1)%20(6).png?alt=media)
Issues can be exported as a CSV file in the same format as your vulnerabilities, using the Export button.
To retrieve only your Infrastructure as Code issues, submit a body payload:
{
"filters": {
"orgs": ["my-public-org-id"],
"types": [
"configuration"
]
}
}
You can obtain your public-org-id from the Snyk UI Settings page when you view your target organization.
Last modified 1mo ago