File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - uses : actions/checkout@v4
1414 - name : Install Poetry
1515 run : pipx install poetry
16- - name : Set up Python
16+ - name : Set up Python 3.12
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.12 '
2020 - name : Verify versioning
2121 run : |
2222 [ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - uses : actions/checkout@v4
1818 with :
1919 submodules : true
20- - name : Set up Python 3.11
20+ - name : Set up Python 3.12
2121 uses : actions/setup-python@v5.6.0
2222 with :
23- python-version : 3.11
23+ python-version : 3.12
2424 - name : Execute update_ref.py Script
2525 run : |
2626 pip install pySigma~=0.11
Original file line number Diff line number Diff line change 1- # Version 0.3.0
1+ # Version 0.3.1
22# Author: frack113
3- # Date: 2025/06/13
3+ # Date: 2025/08/03
44
55
66from sys import stderr , stdout
77from pprint import pformat
88import sys
99
1010
11- from sigma .validators .sigmahq . config import ConfigHQ
11+ from sigma .validators .sigmahq import ConfigHQ
1212
1313
1414def write_sigmahq_data_py (url : str , output_path = "sigma/validators/sigmahq/sigmahq_data.py" ):
You can’t perform that action at this time.
0 commit comments