Hello community,
I would like to continuously monitor for the security vulnerabilities warnings being issued on Jenkins plugins installed on my Jenkins instance. In this way, I can be notified on regular intervals without the need to open Jenkins UI to check for such warning messages manually.
In this context, I would like to know if there is a possibility to fetch the alert/warning messages that are displayed for installed Jenkins plugins which are viewable manually on Jenkins UI. Is there any built-in method which does this for me and I can use it in my script?
Thanks in advance.