Feature request
Find ServiceAccount secrets that are either used for "mount" or for "pull".
Use case
The auth docs in Tekton Pipelines guide the user to set secrets for mount. This can be seen by the usage of the secrets attribute of ServiceAccounts, instead of the imagePullSecrets attribute.
Users following those docs will be confused when Chains cannot find the expected credentials causing it to not work properly.