foo-software/Binoculars Action
A GitHub Action to measure web page SEO friendliness. Slack notifications, AWS S3 HTML report uploads, and more!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| author | For Slack notifications: A user handle, typically from GitHub. | — | — |
| awsAccessKeyId | The AWS accessKeyId for an S3 bucket. | — | — |
| awsBucket | The AWS Bucket for an S3 bucket. | — | — |
| awsRegion | The AWS region for an S3 bucket. | — | — |
| awsSecretAccessKey | The AWS secretAccessKey for an S3 bucket. | — | — |
| branch | For Slack notifications: A version control branch, typically from GitHub. | — | — |
| commentUrl | An endpoint to post comments to. This is only needed if you want to trigger comments on 'push'. A 'pull_request' trigger does not require this to be set. Typically this will be from GitHub's API. Example: https://api.github.com/repos/:owner/:repo/commits/:commit_sha/comments. | — | — |
| enableComments | If true and accessToken is set scores will be posted as comments. | — | — |
| minScore | The required minimum score. If score is lower an error will throw. | — | — |
| outputDirectory | An absolute directory path to output report. You can do this an an alternative or combined with an S3 upload. | — | — |
| pr | For Slack notifications: A version control pull request URL, typically from GitHub. | — | — |
| accessToken | Access token of a user to post PR comments. | — | — |
| sha | For Slack notifications: A version control sha, typically from GitHub. | — | — |
| slackWebhookUrl | A Slack Incoming Webhook URL to send notifications to. | — | — |
| urls | A pipe separated list of URLs. | — | — |
Outputs
no outputs