From 715502fb1beaf91311732cc308b3e3121f54ece7 Mon Sep 17 00:00:00 2001 From: Aaron Miller Date: Thu, 1 Feb 2024 09:02:22 -0800 Subject: [PATCH] Update custom-ox.sh details echoed about scan time --- .github/workflows/custom-ox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom-ox.sh b/.github/workflows/custom-ox.sh index 4774164..c44ebc7 100755 --- a/.github/workflows/custom-ox.sh +++ b/.github/workflows/custom-ox.sh @@ -1,7 +1,7 @@ #!/bin/bash # Add sleep before the ox action -sleep 5 +sleep 15 start=`date +%s` @@ -76,4 +76,4 @@ sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45 finish=`date +%s` elapsed=`expr $finish - $start` -echo $elapsed +echo "Scan ran for: $elapsed seconds"