SSLyze saves results even if it couldn't scan the SSL cert - as we might have no HTTPs redirect because no port 443 #266
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "tests" | |
on: | |
pull_request: | |
branches: [ '**' ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
timeout-minutes: 15 | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- name: run tests | |
run: ./scripts/test |