fix: [sigma] version must be an int

pull/807/head
Alexandre Dulaunoy 2023-01-13 16:38:56 +01:00
parent 323f9f47a1
commit 997e570ad2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def create_cluster(uuidGalaxy=unique_uuid):
:return cluster: Dict with the basic information needed for the JSON file.
"""
version = time.strftime("%Y%m%d")
version = int(time.strftime("%Y%m%d"))
cluster = {
"authors": ["@Joseliyo_Jstnk"],
"category": "rules",