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
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
I'm tryout the helm chart for admission controller capabilities. When I create an insecure pod, a scan is triggered, but due to the failure in the notification flow, the scan fails and terrascan allows that insecure pod to get created inside a cluster.
A failure in the notification feature flow should not block/sabotage the whole violation scan flow. The notification should be dispatched as a seperate goroutine.
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
I'm tryout the helm chart for admission controller capabilities. When I create an insecure pod, a scan is triggered, but due to the failure in the notification flow, the scan fails and terrascan allows that insecure pod to get created inside a cluster.
A failure in the notification feature flow should not block/sabotage the whole violation scan flow. The notification should be dispatched as a seperate goroutine.
The text was updated successfully, but these errors were encountered: