how can we check my PROD build files does not have test cases inside

25 Views Asked by At

how can we check my PROD build files does not have test cases inside

i am creating a docker image with my jar file that going to be deployed in OCP pod. However, i should make sure that image should not contain the java test cases inside that build to maintain the security in ISRM Standard

0

There are 0 best solutions below