mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
there there
This commit is contained in:
6
.github/workflows/test-ci-windows.yml
vendored
6
.github/workflows/test-ci-windows.yml
vendored
@@ -158,7 +158,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install MSI
|
- name: Download MSI files
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: modsecurityiis-installers
|
name: modsecurityiis-installers
|
||||||
@@ -294,4 +294,6 @@ jobs:
|
|||||||
Write-Host '::error:: Found errors in event log'
|
Write-Host '::error:: Found errors in event log'
|
||||||
$events | Select-Object TimeGenerated, Source, EntryType, EventID, Message | Format-List
|
$events | Select-Object TimeGenerated, Source, EntryType, EventID, Message | Format-List
|
||||||
Exit 1
|
Exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Get-EventLog -LogName Application -Source ModSecurity -Newest 10
|
||||||
Reference in New Issue
Block a user