Sparse dockerization

This commit is contained in:
arnaudb
2016-04-20 15:42:14 +02:00
parent 86a5433312
commit 7c6d1eb585
7 changed files with 25 additions and 0 deletions

2
docker/fetch.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i ; done