Update Github Actions

This commit is contained in:
Narbeh Arakil 2020-07-20 18:07:11 +04:30
parent 230c98ba0d
commit b2c9f196b5

View File

@ -39,6 +39,12 @@ jobs:
- name: Test CSV output
run: |
python ssl_checker.py -H google.com -c test.csv
- name: Test JSON output
- name: Test JSON file output
run: |
python ssl_checker.py -H google.com twitter.com -J
- name: Test with port
run: |
python ssl_checker.py -H google.com:443
- name: Test summary output
run: |
python ssl_checker.py -H google.com -S