mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
update
This commit is contained in:
11
.github/workflows/check-audit.yml
vendored
11
.github/workflows/check-audit.yml
vendored
@@ -29,10 +29,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Load audit settings(json)
|
- name: Load audit settings(json)
|
||||||
run: |
|
run: |
|
||||||
|
$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
|
||||||
|
$duration = $endTime - $startTime
|
||||||
|
Write-Output "Duration: $duration"
|
||||||
|
|
||||||
- name: Load audit settings(csv)
|
- name: Load audit settings(csv)
|
||||||
run: |
|
run: |
|
||||||
$audit_settings = Import-Csv .config/eid_subcategory_mapping.csv
|
$startTime = Get-Date
|
||||||
|
$audit_settings = Import-Csv ./config/eid_subcategory_mapping.csv
|
||||||
$audit_settings
|
$audit_settings
|
||||||
|
$endTime = Get-Date
|
||||||
|
$duration = $endTime - $startTime
|
||||||
|
Write-Output "Duration: $duration"
|
||||||
Reference in New Issue
Block a user