mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-19 23:43:09 +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
|
name: Create auditpol_output.csv
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
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
|
run: ls -la
|
||||||
|
|
||||||
- name: Run
|
- 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