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 f2c20b2 commit 5045fd2Copy full SHA for 5045fd2
.github/workflows/verifyimage.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
# get the major version from the matrix.target
87
# The targets end with `<major>-<minor>-<patch>`.
88
- CRS_VERSION="v$(awk -F'-' '{print $NR-2}' <<< "${{ matrix.target }})"
+ CRS_VERSION="v$(awk -F'-' '{print $NR-2}' <<< ${{ matrix.target }})"
89
. .github/workflows/configure-rules-for-test.sh \
90
"src/opt/modsecurity/configure-rules.${CRS_VERSION}.conf" \
91
README.md \
0 commit comments