This commit is contained in:
Jonatan Castro 2020-11-26 17:53:02 +11:00
parent b17193131a
commit bff4a5de58

View File

@ -10,6 +10,7 @@ jobs:
name: Check SSL Certificates
command: |
set -e
DATE=`date "+%Y%m%d-%H%M"`
sudo pip install -r requirements.txt
OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
echo "$OUTPUT"