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 9da035d commit 77c8a75Copy full SHA for 77c8a75
1 file changed
.github/workflows/verifyimage.yml
@@ -204,7 +204,8 @@ jobs:
204
crs/tests/docker-compose.yml
205
- name: Patch nginx overrides for nginx 1.30.0 (920100-4 now returns 405)
206
run: |
207
- yq -i '(.test_overrides[] | select(.rule_id == 920100 and .test_ids == [4])).output.status = 405' crs/tests/regression/nginx-overrides.yaml
+ yq e -i '(.test_overrides[] | select(.rule_id == 920100 and .test_ids[0] == 4 and (.test_ids | length) == 1) | .output.status) = 405' \
208
+ crs/tests/regression/nginx-overrides.yaml
209
- name: Run CRS tests for ${{ matrix.target }}
210
# Log flushing isn't reliable enough for go-ftw (https://github.com/coreruleset/go-ftw/issues/473)
211
if: ${{!contains(matrix.target, 'nginx-alpine')}}
0 commit comments