This commit is contained in:
Jonatan Castro 2021-04-06 10:46:13 +10:00
parent 677de3dfe8
commit 0f8879522f

View File

@ -23,6 +23,7 @@ jobs:
command: | command: |
.circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000" .circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000"
pip install -r requirements.txt pip install -r requirements.txt
pip install --upgrade setuptools
OUTPUT=$(./ssl_checker.py -f ./hosts_to_check) OUTPUT=$(./ssl_checker.py -f ./hosts_to_check)
echo "$OUTPUT" echo "$OUTPUT"
if ! echo "$OUTPUT" | grep "Expired: 0" ; then if ! echo "$OUTPUT" | grep "Expired: 0" ; then