From a322d9168047cc827ac2cbedf74d1d6d8a95798f Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 7 Aug 2025 19:21:06 -0700 Subject: [PATCH] Ignore the link check of cvedetails.com, since we are getting 403 when running the test --- .github/workflows/validate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a0a3da29..d4f107e0 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -94,7 +94,8 @@ jobs: --check-links-ignore "https://www.bloomberg.com" \ --check-links-ignore "https://www.oracle.com" \ --check-links-ignore "https://stackoverflow.com" \ - --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" + --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" \ + --check-links-ignore "https://www.cvedetails.com/vulnerability-list/vendor_id-15653/Jupyter.html" lighthouse: