-
Type:
Task
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: dependency-check-jenkins-plugin
-
None
Hello,
I'm writting al de CVE details in a MySQL database. I need to add a colunm to "vulnerability" table to have a timestamp of when each vulnerability was inserted. When I add this colunm to the table, in the first execution of the job (update or analisys) i have the error: "Database schema does not match this version of dependency-check", but if I retry the build of the job, it is success. It is possible to the plugin to not to validate the BBDD schema?
I'm ussing the script "initialize_mysql.sql" to create de database.
Thanks & best regards