actions-marketplace-validations/Header Check
Check for the presence of specific HTTP response headers and their values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| urlToTest | Endpoint to check for HTTP response headers | yes | — |
| expectedHttpHeader | Expected response header name | yes | — |
| expectedHttpHeaderValue | Expected value for the provided response header | yes | — |
Outputs
| name | description |
|---|---|
| success | True or False value based on the finding of the expected header and its value |