mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
update
This commit is contained in:
2
.github/workflows/check-audit.yml
vendored
2
.github/workflows/check-audit.yml
vendored
@@ -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