mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-19 15:33:08 +01:00
add rule parser actions
This commit is contained in:
2
.github/workflows/create-csv.yml
vendored
2
.github/workflows/create-csv.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Create auditpol_output.csv
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/create-rule-meta.yml
vendored
2
.github/workflows/create-rule-meta.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
run: ls -la
|
||||
|
||||
- name: Run
|
||||
run: cd wela-extractor && cargo run --release -- ../../hayabusa-rules ../config/eid_subcategory_mapping.csv ../config/hayabusa-rule-meta.json
|
||||
run: cd wela-extractor && cargo run --release -- ../hayabusa-rules ../config/eid_subcategory_mapping.csv ../config/hayabusa-rule-meta.json
|
||||
|
||||
Reference in New Issue
Block a user