> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ignore Issue By File Path

Modify the `.snyk` policy file to ignore a stated issue according to its according to paths in the filesystem.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                |
  | --------- | ------------------------------------------------------------------------------------------ |
  | Expiry    | Time until the ignore configuration expires. Default is none.                              |
  | File Path | Filesystem for which to ignore the issue. Used by `snyk code` and `snyk test --unmanaged`. |
  | Reason    | Human-readable reason to ignore this issue.                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                                                                                                                                                                                                                                                                                                 |
  | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Path        | Path to resource inside the depgraph for which to ignore the issue.<br />Use to narrow the scope of the ignore rule. When no resource path is specified, all resources are ignored.<br />You can specify component versions in the path using [https://github.com/npm/node-semver#versions](https://github.com/npm/node-semver#versions).<br />If used, follows the `--policy-path` option. |
  | Policy Path | Path to a `.snyk` policy file to pass manually.                                                                                                                                                                                                                                                                                                                                             |
</div>

## Workflow Library Example

[Ignore Issue by File Path with Snyk and Send Results Via Email](https://library.blinkops.com/workflows/ignore-issue-by-file-path-with-snyk-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/ignore-issue-by-file-path-with-snyk-and-send-results-via-email/canvas" />
</div>
