In my current project repo a security certificate with .jks extension is kept for some junit test case requirements. The same is causing a security vulnerability. Is there is any way to avoid using the security certificate in the repo?
Ideally, the Junit test case should not have any method which requires .jks. Junit is meant to mock your application code and test only the logic of your application.
But, if .jks is still required, you should connect with Adobe Support Team.
Ideally, the Junit test case should not have any method which requires .jks. Junit is meant to mock your application code and test only the logic of your application.
But, if .jks is still required, you should connect with Adobe Support Team.