appshield icon indicating copy to clipboard operation
appshield copied to clipboard

runAsUser and runAsGroup should cnsider Pod spec and not only container securityContext

Open Tester24h opened this issue 3 years ago • 0 comments

;to address this case: https://github.com/aquasecurity/trivy/issues/1187

the following regos should be fixed: https://github.com/aquasecurity/appshield/blob/d7275ab4c26d387c7df7cf90981185abfdf2b148/kubernetes/policies/general/runs_with_UID_le_10000.rego

https://github.com/aquasecurity/appshield/blob/d7275ab4c26d387c7df7cf90981185abfdf2b148/kubernetes/policies/general/runs_with_GID_le_10000.rego

Tester24h avatar Aug 18 '21 15:08 Tester24h