mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-25 02:13:10 +01:00
22 lines
546 B
YAML
22 lines
546 B
YAML
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.csv ../config/security_rules.json
|