Add owasp dependency check to the pipeline#348
Conversation
|
Thanks @sigee. It is a good base to build. However, the scan itself does not immediately bring much value. Yes, we know, there are some potential vulnerabilities (14) and maybe some of them could be even exploitable in our case. We would need to go though them and detect false positives (and things are cannot easily change - e.g. groovy version which is taken from Gradle). That's said, currently I don't have a good vision, which of the following should be made and in what form. Therefore, I propose, I will think it over and we will discuss it to reach the merge'able state of that PR. |
|
I'm not sure using that plugin is the best idea. Also just because last Also an alternative to consider is to use the Gradle |
Implemeted the following feature request: #85