|
45 | 45 | persist-credentials: false |
46 | 46 | repository: 'DataDog/system-tests' |
47 | 47 | # Automatically managed, use scripts/update-system-tests-version to update |
48 | | - ref: '31bc180ce87184c996400361ddb17c8743eec18f' |
| 48 | + ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' |
49 | 49 |
|
50 | 50 | - name: Download wheels to binaries directory |
51 | 51 | uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
|
90 | 90 | persist-credentials: false |
91 | 91 | repository: 'DataDog/system-tests' |
92 | 92 | # Automatically managed, use scripts/update-system-tests-version to update |
93 | | - ref: '31bc180ce87184c996400361ddb17c8743eec18f' |
| 93 | + ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' |
94 | 94 |
|
95 | 95 | - name: Build runner |
96 | 96 | uses: ./.github/actions/install_runner |
@@ -217,6 +217,10 @@ jobs: |
217 | 217 | if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1' |
218 | 218 | run: ./run.sh APPSEC_RASP |
219 | 219 |
|
| 220 | + - name: Run APPSEC_RASP_NON_BLOCKING |
| 221 | + if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1' |
| 222 | + run: ./run.sh APPSEC_RASP_NON_BLOCKING |
| 223 | + |
220 | 224 | - name: Run APPSEC_RASP_WITHOUT_DOWNSTREAM_BODY_ANALYSIS_USING_MAX |
221 | 225 | if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1' |
222 | 226 | run: ./run.sh APPSEC_RASP_WITHOUT_DOWNSTREAM_BODY_ANALYSIS_USING_MAX |
@@ -283,7 +287,7 @@ jobs: |
283 | 287 | persist-credentials: false |
284 | 288 | repository: 'DataDog/system-tests' |
285 | 289 | # Automatically managed, use scripts/update-system-tests-version to update |
286 | | - ref: '31bc180ce87184c996400361ddb17c8743eec18f' |
| 290 | + ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9' |
287 | 291 | - name: Download wheels to binaries directory |
288 | 292 | uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 |
289 | 293 | with: |
|
0 commit comments