If you don’t want to fix a vulnerability and would like to ignore it, there are a few ways you can do this.
- From a project issue card, click the Ignore button and enter details:
- For CLI projects you can use
snyk ignore
to ignore vulnerabilities by their ID. See Ignore vulnerabilities using Snyk CLI. - For all projects, you can ignore the vulnerability by creating a
.snyk
YAML file. See The .snyk file.
See Ignore issues for a detailed explanation of Ignore functionality.