feature request: add ignore packages option
Open
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 52
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 4
Description
Most kubernetes related projects have unavoidable dependencies like [prometheus](https://github.com/prometheus/client_golang) - arbitrary execution, [client_go](https://github.com/kubernetes/client-go/) - unsafe pointer, exec, system calls, [apimachinery](https://github.com/kubernetes/apimachinery) - reflect.
It would be nice to be able to exclude specified packages from the report.
For better readability it would be nice to specify the packages in a config file like:
```yaml
ignore:
- github.com/prometheus/client_golang
- k8s.io/client-go
- ...
```
Contributor guide
Assessment
This issue has not been assessed yet.