You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"applied" k8s resource yamls do not have the exact minimal form as the original resource, but contain additional fields or make certain non-configurations explicit. tests/data contains examples whereby for example the absence of any pod security context is translated to explicit securityContext: {} which in turn makes rule yaml.kubernetes.security.run-as-non-root.run-as-non-root not trigger anymore: https://semgrep.dev/playground/s/DbKL2
The text was updated successfully, but these errors were encountered:
"applied" k8s resource yamls do not have the exact minimal form as the original resource, but contain additional fields or make certain non-configurations explicit.
tests/data
contains examples whereby for example the absence of any pod security context is translated to explicitsecurityContext: {}
which in turn makes ruleyaml.kubernetes.security.run-as-non-root.run-as-non-root
not trigger anymore: https://semgrep.dev/playground/s/DbKL2The text was updated successfully, but these errors were encountered: