Skip to content

Commit f3490f4

Browse files
authored
Ignore the link check of cvedetails.com, since we are getting 403 (#812)
1 parent afa458f commit f3490f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ jobs:
9494
--check-links-ignore "https://www.bloomberg.com" \
9595
--check-links-ignore "https://www.oracle.com" \
9696
--check-links-ignore "https://stackoverflow.com" \
97-
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause"
97+
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" \
98+
--check-links-ignore "https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html"
9899
99100
lighthouse:
100101

0 commit comments

Comments
 (0)