mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +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)
|
||||
run: |
|
||||
$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
|
||||
$endTime = Get-Date
|
||||
$duration = $endTime - $startTime
|
||||
|
||||
Reference in New Issue
Block a user