mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 01:02:48 +01:00
feat: check size setting
This commit is contained in:
6
.github/workflows/check-audit.yml
vendored
6
.github/workflows/check-audit.yml
vendored
@@ -47,10 +47,14 @@ jobs:
|
||||
# $duration = $endTime - $startTime
|
||||
# Write-Output "Duration: $duration"
|
||||
|
||||
- name: Run WELA.ps1
|
||||
- name: Run WELA.ps1 audit-settings
|
||||
run: |
|
||||
./WELA.ps1 audit-settings
|
||||
|
||||
- name: Run WELA.ps1 audit-filesize
|
||||
run: |
|
||||
./WELA.ps1 audit-filesize
|
||||
|
||||
- name: Output UsableRules.csv
|
||||
run: |
|
||||
Get-Content UsableRules.csv
|
||||
|
||||
Reference in New Issue
Block a user