Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to check that all URLs we use are alive #1467

Open
pombredanne opened this issue Apr 25, 2024 · 1 comment
Open

Add test to check that all URLs we use are alive #1467

pombredanne opened this issue Apr 25, 2024 · 1 comment

Comments

@pombredanne
Copy link
Member

In https://github.com/nexB/vulnerablecode/actions/runs/8817758473/job/24204933651?pr=1466#step:6:145
we had this error:

Warning, treated as error:
/home/runner/work/vulnerablecode/vulnerablecode/docs/source/importers_link.rst:30:broken link: https://www.openssl.org/news/vulnerabilities.xml (404 Client Error: Not Found for url: https://www.openssl.org/news/vulnerabilities.xml)
( importers_link: line 30)
Error: Process completed with exit code 2.

There is also some related discussion to OpenSSL in #1128

We should have a daily CI check that systematically validates that all the root/seed URLs we use in the code are alive and well and fails loudly otherwise.

@suvanbanerjee
Copy link

@pombredanne I believe creating a workflow run to ping each URL and trigger an error if any of them are unreachable will do the job. am i understanding this correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants