fix: [crowdsec] Fixed the __init__ files

pull/592/head
Christian Studer 2022-11-07 23:44:40 +01:00
parent b9f97567c5
commit cb8f55425c
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ __all__ = ['cuckoo_submit', 'vmray_submit', 'bgpranking', 'circl_passivedns', 'c
'lastline_query', 'lastline_submit', 'sophoslabs_intelix', 'cytomic_orion', 'censys_enrich',
'trustar_enrich', 'recordedfuture', 'html_to_markdown', 'socialscan', 'passive-ssh',
'qintel_qsentry', 'mwdb', 'hashlookup', 'mmdb_lookup', 'ipqs_fraud_and_risk_scoring',
'clamav', 'jinja_template_rendering','hyasinsight', 'variotdbs']
'clamav', 'jinja_template_rendering','hyasinsight', 'variotdbs', 'crowdsec']
minimum_required_fields = ('type', 'uuid', 'value')

View File

@ -15,6 +15,5 @@ __all__ = [
'csvimport',
'cof2misp',
'joe_import',
'taxii21',
'crowdsec'
'taxii21'
]