aquasecurity / starboard

Moved to https://github.com/aquasecurity/trivy-operator
https://aquasecurity.github.io/starboard/
Apache License 2.0
1.35k stars 197 forks source link

feat: Support scan latest revision for replicationController from Dep… #1352

Closed deven0t closed 1 year ago

deven0t commented 1 year ago

…loymentConfig

In OCP, there is a kind called DeploymentConfig, which manages the replicationController, and as we have revisionHistory for Deployments, similarly there are revision history for Deployment Config as well. Due to which many replication contollers will be present in the cluster. We dont want to scan them as they are not active resource. So as part of this change, I have added following change

Close #1351

chen-keinan commented 1 year ago

lgtm 🚀