Change scripts for datafetch from jvn under setup/docker/dockerfile/scripts

see https://github.com/kotakanbe/go-cve-dictionary/pull/21
This commit is contained in:
Kota Kanbe
2016-09-05 10:28:52 +09:00
parent 1c203b4272
commit 50fd80830e
4 changed files with 42 additions and 38 deletions

View File

@@ -2,5 +2,5 @@
VULS_ROOT=/opt/vuls
#VULS_CONF=${VULS_ROOT}/conf
cd $VULS_ROOT
go-cve-dictionary fetchjvn -entire
for i in {2002..2016}; do go-cve-dictionary fetchjvn -years $i; done

View File

@@ -2,5 +2,5 @@
VULS_ROOT=/opt/vuls
#VULS_CONF=${VULS_ROOT}/conf
cd $VULS_ROOT
go-cve-dictionary fetchjvn -month
go-cve-dictionary fetchjvn -last2y

View File

@@ -2,5 +2,4 @@
VULS_ROOT=/opt/vuls
#VULS_CONF=${VULS_ROOT}/conf
cd $VULS_ROOT
go-cve-dictionary fetchjvn -week
go-cve-dictionary fetchjvn -latest