Skip to content

Commit

Permalink
Link checks SSL insecure robustness (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jan 27, 2024
1 parent 48af821 commit 51eaa49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,12 @@ runs:
# - 502(Zenodo, "bad gateway")
# - 999(LinkedIn, "unknown status code")
args: |
--scheme https
--timeout 60
--insecure
--accept 403,429,500,502,999
--exclude-loopback
--exclude-all-private
--exclude "https?://(www\.)?(github\.com|linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)"
--scheme https
"./**/*.md"
"./**/*.html"
token: ${{ inputs.token }}
Expand Down

0 comments on commit 51eaa49

Please sign in to comment.