diff --git a/.github/workflows/check-audit.yml b/.github/workflows/check-audit.yml index b3ea6b2b..7d89b61a 100644 --- a/.github/workflows/check-audit.yml +++ b/.github/workflows/check-audit.yml @@ -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