awesome-devops
awesome-devops copied to clipboard
📦 Add link check action
In this PR, I have added a workflow which checks links and fails if any of them are broken.
Disclaimer: this action is my own action, the repo is here
You can view the logs of the workflow on my fork here. 2 links were found to be broken.
Let me know if you'd like me to change anything, any feedback is appreciated either way :)
Hi,
Nice workflow. The question is can we make also If the URL is safe enought?
Thank you 😌
What do you mean safe enough though? If the connection is not secure (i.e. no SSL certificate) the link is considered to be broken and is added to the bad links list, I could also create an option that enforces only https links too if that's what you mean 🤔
Yes, if it has SSL cert valid, but also, the content is safe.
Surely it wouldn't be added if the content isn't safe?
In any case, that would be a cool feature to explore, any ideas on how that can be measure? Also, any ideas on what defines 'safe' content?
Ok, add SSL validation for now. and in the future is good to have content validation as well.
SSL validation is already in place
Also don't worry about the 429
errors in the screenshot. That screenshot was taken from an update that I'm working on which hasn't been pushed yet
Any updates @wmariuss ?
Any updates @wmariuss ?
Please see the comments.