add rule parser actions

This commit is contained in:
fukusuket
2025-03-09 20:12:28 +09:00
parent fc9643fbd5
commit c9149bbb6c
2 changed files with 27 additions and 3 deletions

21
.github/workflows/create-rule-meta.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: create-rule-meta.json
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout self repository
uses: actions/checkout@v4
- name: Checkout hayabusa-rules
uses: actions/checkout@v4
with:
repository: Yamato-Security/hayabusa-rules
path: hayabusa-rules
- name: Run
run: cd wela-extractor && cargo run --release -- ../../hayabusa-rules ../config/eid_subcategory_mapping-org.csv ../config/hayabusa-rule-meta.json