step-security/Proof HTML
Validate your HTML and CSS and check for broken links.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The directory to scan | yes | — |
| check_html | Validate HTML | no | — |
| check_css | Validate CSS | no | — |
| validator_ignore | Regex of HTML/CSS validator errors to ignore | no | — |
| check_external_hash | Check whether external anchors exist | no | — |
| check_opengraph | Check images and URLs in Open Graph metadata | no | — |
| check_favicon | Check whether favicons are valid | no | — |
| ignore_empty_alt | Allow images with empty alt tags | no | — |
| ignore_missing_alt | Allow images with missing alt tags | no | — |
| allow_missing_href | Allow anchors with missing href tags | no | — |
| enforce_https | Require that links use HTTPS | no | — |
| tokens | JSON-encoded map of domains to authorization tokens | no | — |
| swap_urls | JSON-encoded map of URL rewrite rules | no | — |
| max_concurrency | Maximum number of concurrent requests | no | — |
| connect_timeout | HTTP connection timeout | no | — |
| timeout | HTTP request timeout | no | — |
| disable_external | Disables the external link checker | no | — |
| ignore_url | Newline-separated list of URLs to ignore | no | — |
| ignore_url_re | Newline-separated list of URL regexes to ignore | no | — |
| retries | Number of times to retry checking links | no | — |
Outputs
no outputs