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 e52d587 commit 60f2816Copy full SHA for 60f2816
.github/workflows/verifyimage.yml
@@ -128,6 +128,8 @@ jobs:
128
's#image: owasp/modsecurity-crs:${{ contains(matrix.target, 'apache') && 'apache' || 'nginx' }}.*#image: ${{ matrix.target }}-verification#' \
129
crs/tests/docker-compose.yml
130
- name: Run CRS tests for ${{ matrix.target }}
131
+ # Log flushing isn't reliable enough for go-ftw (https://github.com/coreruleset/go-ftw/issues/473)
132
+ if: ${{!contains(matrix.target, 'nginx-alpine')}}
133
run: |
134
cd crs
135
modsec_version="${{ contains(matrix.target, 'apache') && 'modsec2-apache' || 'modsec3-nginx' }}"
0 commit comments