Bug
The tool reports secrets that are used in the imagePullSecrets field as unused.
Steps to Reproduce
Add the field imagePullSecrets: to a deployment e.g
imagePullSecrets:
- name: docker
Expected Behaviour
The tool should not report this secret as unused.