Update Github Actions
This commit is contained in:
parent
230c98ba0d
commit
b2c9f196b5
8
.github/workflows/pythonapp.yml
vendored
8
.github/workflows/pythonapp.yml
vendored
@ -39,6 +39,12 @@ jobs:
|
|||||||
- name: Test CSV output
|
- name: Test CSV output
|
||||||
run: |
|
run: |
|
||||||
python ssl_checker.py -H google.com -c test.csv
|
python ssl_checker.py -H google.com -c test.csv
|
||||||
- name: Test JSON output
|
- name: Test JSON file output
|
||||||
run: |
|
run: |
|
||||||
python ssl_checker.py -H google.com twitter.com -J
|
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
|
||||||
Loading…
x
Reference in New Issue
Block a user