Gurpreet Singh
Gurpreet Singh
**Motivation** #### Enhance Falco Policy Report Based on Trivy Adapter's Report I have been reviewing policy reports generated by Trivy and Falco and noticed that the user interface for Trivy's...
**Describe the bug** When Falcosidekick attempts to create Policy Reports, it encounters errors indicating that the namespace is not found, particularly when dealing with resources that might not be associated...
**What steps did you take and what happened:** Running Trivy operator with these ENV values ``` OPERATOR_TARGET_NAMESPACES: OPERATOR_EXCLUDE_NAMESPACES: OPERATOR_TARGET_WORKLOADS: pod,replicaset,replicationcontroller,statefulset,daemonset,cronjob,job OPERATOR_SERVICE_ACCOUNT: trivy-operator OPERATOR_LOG_DEV_MODE: false OPERATOR_SCAN_JOB_TTL: OPERATOR_SCAN_JOB_TIMEOUT: 5m OPERATOR_CONCURRENT_SCAN_JOBS_LIMIT: 10 OPERATOR_CONCURRENT_NODE_COLLECTOR_LIMIT:...