hahwul/DeadFinder Action

A GitHub Action to find and report dead (broken) links in files, URLs, or sitemaps.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe type of command to execute (e.g.,file, url, sitemap)yes
targetThe target resource for the command (e.g., file path, URL, or sitemap URL)yes
timeoutThe maximum time to wait for each request, in secondsno""
concurrencyThe number of concurrent requests to makeno""
silentEnable silent mode to suppress outputnofalse
headersCustom HTTP headers to include in requests, separated by commasno""
worker_headersCustom HTTP headers for worker requests, separated by commasno""
verboseEnable verbose mode for detailed loggingnofalse
include30xInclude HTTP 30x status codes in the resultsnofalse
user_agentUser-Agent string to use for requestsno""
proxyProxy server to use for requestsno""
proxy_authProxy server authentication credentialsno""
matchMatch the URL with the given patternno""
ignoreIgnore the URL with the given patternno""
coverageEnable coverage reporting to show dead link ratiosnofalse
visualizeGenerate a visualization of the scan results (e.g., report.png)no""
versionDeadFinder release tag to download (default: latest)nolatest
namedescription
outputJSON formatted result of the dead-link check