fabernovel/Heart (webpages evaluation)
Evaluate webpages (GreenIT, performances, security) using Heart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 8, 2023
- License
- MIT
Pinned Snippet
uses: fabernovel/heart-action@b1cc3d952f5c230ebce5febad2d7dea8908f32bd # v4.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| analysis_service | Service name that analyze the URL. Available values: greenit, lighthouse, observatory, ssllabs-server. | yes | "" |
| config | Configuration used by the analysis service. File path to a JSON file or JSON-inlined string. | yes | "" |
| threshold | Check if the score of the result reaches the given threshold (between 0 and 100). | no | "" |
| listener_services_except | Comma-separated list (without spaces) of listener services that will not be triggered once the analysis is done. This parameter is mutually exclusive with the listener_services_only one. Available values: mysql, slack. | no | "" |
| listener_services_only | Comma-separated list (without spaces) of listener services that will be triggered once the analysis is done. This parameter is mutually exclusive with the listener_services_except one. Available values: mysql, slack | no | "" |
| mysql_database_url | Location and credentials of your MySQL database, in a URL format. | no | "" |
| observatory_api_url | Location of the Observatory API. | no | "" |
| observatory_analyze_url | Location of the Observatory website to view the the results. | no | "" |
| slack_access_token | Slack access token. | no | "" |
| slack_channel_id | Slack channel where the analysis results will be send. | no | "" |
| verbose | Displays debug information | no | "" |
Outputs
no outputs