From 3ff4a5f1fd05d06648cced54144f61c4875bb50e Mon Sep 17 00:00:00 2001 From: Paige Patton Date: Wed, 4 Dec 2024 13:47:28 -0500 Subject: [PATCH] adding no check setup --- syn-flood/prow_run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/syn-flood/prow_run.sh b/syn-flood/prow_run.sh index 7ae9074..d7242a5 100644 --- a/syn-flood/prow_run.sh +++ b/syn-flood/prow_run.sh @@ -19,8 +19,6 @@ krkn_loc=/home/krkn/kraken # Substitute config with environment vars defined envsubst < config.yaml.template > /tmp/syn_flood_config.yaml -config_setup - # Run Kraken cat /tmp/syn_flood_config.yaml python3.9 $krkn_loc/run_kraken.py --config=/tmp/syn_flood_config.yaml -o /tmp/report.out 2>&1 \ No newline at end of file