You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @thecristidima for creating this issue. If this is in regards to a defect, product question or feature request: you should use our support portal at https://support.fossa.com to file a request, as you would receive more immediate support.
Hi @thecristidima - while fossa-cli provides mechanisms to include or exclude entire directories during analysis, it does not currently support the use of glob patterns for more granular control over specific files or subdirectories.
The paths.exclude filter operates at the directory level and does not support glob patterns for matching files or subdirectories. We'll take a note to improve this in our documentation!
We would like to exclude all test projects in our repo and tried the following:
but we get the following error:
Taking a look at https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md#fossayml it seems that we can use pattern matching for paths, but it's not used under paths.only/exclude, so I'm not quite sure if it works or not.
The text was updated successfully, but these errors were encountered: