feat: release action

This commit is contained in:
fukusuket
2025-05-11 08:30:35 +09:00
parent 3b7ba7cf2c
commit 02f88cb309
3 changed files with 78 additions and 4 deletions

View File

@@ -5027,10 +5027,10 @@ $logo = @"
$help = @"
Usage:
./WELA.ps1 -Cmd audit-settings -Baseline YamatoSecurity # Audit current setting and show in stdout, save to csv
./WELA.ps1 -Cmd audit-settings -Baseline ASD -OutType gui # Audit current setting and show in gui, save to csv
./WELA.ps1 -Cmd audit-filesize -Baseline YamatoSecurity # Audit current file size and show in stdout, save to csv
./WELA.ps1 -Cmd update-rules # Update rule config files from https://github.com/Yamato-Security/WELA
./WELA.ps1 audit-settings -Baseline YamatoSecurity # Audit current setting and show in stdout, save to csv
./WELA.ps1 audit-settings -Baseline ASD -OutType gui # Audit current setting and show in gui, save to csv
./WELA.ps1 audit-filesize -Baseline YamatoSecurity # Audit current file size and show in stdout, save to csv
./WELA.ps1 update-rules # Update rule config files from https://github.com/Yamato-Security/WELA
./WELA.ps1 help # Show this help
"@