diff --git a/.github/workflows/qa-tests.yml b/.github/workflows/qa-tests.yml index aa06c759..ef0088c8 100644 --- a/.github/workflows/qa-tests.yml +++ b/.github/workflows/qa-tests.yml @@ -46,10 +46,10 @@ jobs: cp firewall-python/.github/workflows/Dockerfile.qa zen-demo-python/Dockerfile - name: Run Firewall QA Tests - uses: AikidoSec/firewall-tester-action@v1.0.12 + uses: AikidoSec/firewall-tester-action@v1.0.15 with: dockerfile_path: ./zen-demo-python/Dockerfile app_port: 8080 sleep_before_test: 30 config_update_delay: 100 - skip_tests: test_demo_apps_generic_tests,test_path_traversal,test_outbound_domain_blocking,test_wave_attack,test_block_traffic_by_countries,test_user_rate_limiting_1_minute + skip_tests: test_demo_apps_generic_tests,test_path_traversal,test_outbound_domain_blocking,test_wave_attack,test_block_traffic_by_countries,test_user_rate_limiting_1_minute,test_rate_limiting_retry_after,test_user_ip_from_proxy