Skip to content
Snippets Groups Projects
Commit 5af17dbf authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

cron: enable import-nvd task again

vulnrichment takes a lot of time to add information about CVEs, so
import secfixes information from NVD to at least have some basic info
about the CVE.
parent 06d4c76f
No related branches found
No related tags found
No related merge requests found
Pipeline #245138 passed
...@@ -7,6 +7,7 @@ echo "$(date "+%Y-%m-%d %H:%M:%S"): Start updating secfixes: $(date)" ...@@ -7,6 +7,7 @@ echo "$(date "+%Y-%m-%d %H:%M:%S"): Start updating secfixes: $(date)"
cd /home/python/secfixes-tracker cd /home/python/secfixes-tracker
flask import-nvd 2
secfixes-cli import-vulnrich secfixes-cli import-vulnrich
flask import-apkindex flask import-apkindex
flask import-secfixes flask import-secfixes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment