Skip to content

Commit

Permalink
Update custom-ox.sh
Browse files Browse the repository at this point in the history
details echoed about scan time
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 20dfd82 commit 715502f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-ox.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Add sleep before the ox action
sleep 5
sleep 15

start=`date +%s`

Expand Down Expand Up @@ -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"

0 comments on commit 715502f

Please sign in to comment.