mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-07 17:52:49 +01:00
update
This commit is contained in:
1
.github/workflows/check-audit.yml
vendored
1
.github/workflows/check-audit.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
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/hayabusa_rules_meta.json -Raw | ConvertFrom-Json
|
||||||
|
$audit_settings
|
||||||
$endTime = Get-Date
|
$endTime = Get-Date
|
||||||
$duration = $endTime - $startTime
|
$duration = $endTime - $startTime
|
||||||
Write-Output "Duration: $duration"
|
Write-Output "Duration: $duration"
|
||||||
|
|||||||
Reference in New Issue
Block a user