Most kubernetes related projects have unavoidable dependencies like prometheus - arbitrary execution, client_go - unsafe pointer, exec, system calls, 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:
ignore:
- github.com/prometheus/client_golang
- k8s.io/client-go
- ...