securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
22 stars 3 forks source link

IgnoreFilterManager always requires relative path #379

Closed ericwb closed 7 months ago

ericwb commented 7 months ago

Previous change was failing when IgnoreFilterManager was given an absolute path (such as when running precli against a GitHub address).

This change uses the computed path only if it's not absolute.