<!-- Please erase any parts of this template not applicable to your issue. --> ##### ISSUE TYPE - [x] Feature Idea # BUG REPORT ##### SUMMARY <!-- Briefly describe the problem/enhancement. --> Kubeaudit does not detect issues in cronjobs ##### ENVIRONMENT * Kubeaudit version: 0.21.0/ * Kubeaudit install method: Binary ##### STEPS TO REPRODUCE ```bash $ curl -fsSL https://github.com/Shopify/kubeaudit/releases/download/v0.21.0/kubeaudit_0.21.0_linux_amd64.tar.gz \ | tar -xzf - kubeaudit $ curl -fsSL https://raw.githubusercontent.com/kubernetes/website/snapshot-initial-v1.26/content/en/examples/application/job/cronjob.yaml \ | ./kubeaudit all -f - All checks completed. 0 high-risk vulnerabilities found ``` ##### EXPECTED RESULTS Kubeaudit should report a bunch of issues. ##### ACTUAL RESULTS No issues detected
ISSUE TYPE
BUG REPORT
SUMMARY
Kubeaudit does not detect issues in cronjobs
ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
Kubeaudit should report a bunch of issues.
ACTUAL RESULTS
No issues detected