We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65546f0 commit 6f53e50Copy full SHA for 6f53e50
.github/workflows/test-ci-windows.yml
@@ -298,4 +298,14 @@ jobs:
298
Exit 1
299
}
300
301
- Get-EventLog -LogName Application -Source ModSecurity | Format-List
+ Get-EventLog -LogName Application -Source ModSecurity | Format-List
302
+
303
+ - name: Test ModSecurity Rules
304
+ shell: pwsh
305
+ run: |
306
+ $testRuleDir = "C:\Program Files\ModSecurity IIS\coreruleset\tests\regression\tests"
307
308
+ go install github.com/coreruleset/go-ftw@latest
309
+ cd go\bin
310
+ & go-ftw.exe -d $testRuleDir --cloud -e 920380-1 --show-failures-only
311
0 commit comments