mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
chg: [tools] add skip list in index generation (to focus on intelligence/cyber)
This commit is contained in:
parent
5045af93ca
commit
c673360afa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def gen_galaxy_tag(galaxy_name, cluster_name):
|
||||||
return '{}={}'.format(galaxy_name, cluster_name)
|
return '{}={}'.format(galaxy_name, cluster_name)
|
||||||
|
|
||||||
galaxies_fnames = []
|
galaxies_fnames = []
|
||||||
files_to_ignore = []
|
files_to_ignore = ["cancer.json", "handicap.json"]
|
||||||
pathClusters = '../clusters'
|
pathClusters = '../clusters'
|
||||||
|
|
||||||
for f in os.listdir(pathClusters):
|
for f in os.listdir(pathClusters):
|
||||||
|
|
Loading…
Reference in a new issue