View Snyk IaC issue reports

Use Snyk reports to view issues in your IaC configuration files.

Availability IaC issue reports are available for all paid plans. For more information, see Plans and pricing.

Summary page

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:

For more details on the summary tab, see the Reports Summary tab documentation.

Issues page

Select the Issues page to see detailed information on open issues across all of your Projects.

To view IaC issues only, select Configuration from the Issue filters drop-down.

This shows the title of each issue, the type, and the severity.

You can also view the issues ungrouped; this shows more information about the Project file where the issue is found, and details on when it was first introduced:

For more details on the issues tab, see Issues tab documentation.

Use the Export button to export issues as a CSV file in the same format as your vulnerabilities.

API access to IaC issues

You can see the full list of issues by using the V1 API Get list of latest issues endpoint.

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.

For the full list of parameters, see the migrated Latest issues API documentation.

Last updated

More information

Snyk privacy policy

© 2023 Snyk Limited | All product and company names and logos are trademarks of their respective owners.