Skip to content

Commit f06b49b

Browse files
Update firewall-tester-action to version 1.0.1 (#366)
1 parent b6be7e3 commit f06b49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,12 +586,12 @@ jobs:
586586
echo "dpkg -i -E \"/var/www/html/aikido-php-firewall.\$(uname -i).deb\"" > ./zen-demo-php/.fly/scripts/aikido.sh
587587
588588
- name: Run Firewall QA Tests
589-
uses: AikidoSec/firewall-tester-action@v1.0.0
589+
uses: AikidoSec/firewall-tester-action@v1.0.1
590590
with:
591591
dockerfile_path: ./zen-demo-php/Dockerfile
592592
extra_args: '--env-file=./zen-demo-php/.env.example -e APP_KEY=base64:W2v6u6VR4lURkxuMT9xZ6pdhXSt5rxsmWTbd1HGqlIM='
593593
sleep_before_test: 30
594594
max_parallel_tests: 7
595595
config_update_delay: 120
596596
test_timeout: 900
597-
skip_tests: test_ssrf,test_stored_ssrf_no_context,test_stored_ssrf
597+
skip_tests: test_ssrf,test_stored_ssrf_no_context,test_stored_ssrf

0 commit comments

Comments
 (0)