Return an exit code if any part of scored benchmark fails #566
fkhan6601
started this conversation in
Development
Replies: 3 comments 2 replies
-
Hey I see what your point, but I think exit code should indicate on the running program, and if tests failing or passing is irrelevant to the program since the job run successfully, and all the tests ran. |
Beta Was this translation helpful? Give feedback.
2 replies
-
How about we add a |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was added with #734 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we kube-bench as part of a Jenkins Job. Since the kube-bench pod does not return an exit code, the job passes regardless of the results. For CICD, it would be helpful to have an option for an exit code similar to Trivy.
Beta Was this translation helpful? Give feedback.
All reactions