We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c51c commit ef44728Copy full SHA for ef44728
1 file changed
.github/workflows/test-ci-windows.yml
@@ -299,7 +299,7 @@ jobs:
299
shell: pwsh
300
run: |
301
$crsVersion = "4.23.0"
302
- $crsUrl = "https://github.com/coreruleset/coreruleset/releases/download/v$crsVersion/coreruleset-$crsVersion.tar.gz"
+ $crsUrl = "https://github.com/coreruleset/coreruleset/archive/refs/tags/v$crsVersion.tar.gz"
303
$crsDir = 'C:\Program Files\ModSecurity IIS\coreruleset'
304
$modSecurityConfigDir = 'C:\Program Files\ModSecurity IIS'
305
0 commit comments