Samsung / LPVS

License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.

Home Page:https://samsung.github.io/LPVS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimise dababase dump for both creating local database and running single scan

m-rudyk opened this issue · comments

Feature Request

Description:
Currently, project uses 2 dump files for:

  • creating new database for running local scans;
  • baseless single scan operations

Use Case:
Optimise dump file to use same for both operations

Additional Information:
Add any other context or screenshots about the feature request here.

Looked into the problem. At the same time found some errors in the application-singlescan.properties file that need fixing. The solution is almost arrived at.
It is possible to remove schema.sql and data.sql can be renamed as whatever, including database_dump.sql.