For the complete documentation index, see llms.txt. This page is also available as Markdown.

Consistent Ignores for Snyk Code API

How to manage Consistent Ignores for Snyk Code with the API

You can manage ignores individually through the Snyk Policies API (REST).

The SARIF output from Snyk CLI contains the snyk/asset/finding/v1 identifier used to manage ignores at the start of the Early Access program.

This API leverages the snyk/asset/finding/v1 identifier and not the issueId used by the legacy ignores API. Consider migrating any scripts or automation that rely on the legacy ignores API to the new policy API.

Last updated

Was this helpful?