Merge branch 'feature-add-more-hosts'
This commit is contained in:
commit
06ead34b4e
@ -22,6 +22,7 @@ jobs:
|
|||||||
name: Check SSL Certificates
|
name: Check SSL Certificates
|
||||||
command: |
|
command: |
|
||||||
.circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000"
|
.circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000"
|
||||||
|
docker build . -t apthletic/ssl-checker:1
|
||||||
OUTPUT=$(docker run apthletic/ssl-checker:1 -f ./hosts_to_check)
|
OUTPUT=$(docker run apthletic/ssl-checker:1 -f ./hosts_to_check)
|
||||||
echo "$OUTPUT"
|
echo "$OUTPUT"
|
||||||
if ! echo "$OUTPUT" | grep "Expired: 0" ; then
|
if ! echo "$OUTPUT" | grep "Expired: 0" ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user