I would like to clarify some moments regarding snyk ignore. Is it possible to configure .snyk file to ignore all kinds of issues for a particular maven dependency. https://docs.snyk.io/snyk-cli/commands/ignore
ignore:
'*': //<ISSUE_ID> all issues
- 'path to maven dependecny': // <PATH_TO_RESOURCE>
reason: <REASON>
expires: <EXPIRY>
I suppose it will not work as here issues' ids should be specified. Anyway. I would be grateful for any piece of advice.