mirror of
https://github.com/Yamato-Security/WELA.git
synced 2026-04-25 14:07:47 +02:00
update
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Load audit settings(json)
|
- name: Load audit settings(json)
|
||||||
run: |
|
run: |
|
||||||
$startTime = Get-Date
|
$startTime = Get-Date
|
||||||
$audit_settings = Get-Content -Path ./config/hayabusa_rules_meta.json -Raw | ConvertFrom-Json
|
$audit_settings = Get-Content -Path ./config/security_rules.json -Raw | ConvertFrom-Json
|
||||||
$audit_settings
|
$audit_settings
|
||||||
$endTime = Get-Date
|
$endTime = Get-Date
|
||||||
$duration = $endTime - $startTime
|
$duration = $endTime - $startTime
|
||||||
|
|||||||
Reference in New Issue
Block a user