fabernovel/Heart (webpages evaluation)

Evaluate webpages (GreenIT, performances, security) using Heart

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 8, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: fabernovel/heart-action@b1cc3d952f5c230ebce5febad2d7dea8908f32bd # v4.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
analysis_serviceService name that analyze the URL. Available values: greenit, lighthouse, observatory, ssllabs-server. yes""
configConfiguration used by the analysis service. File path to a JSON file or JSON-inlined string.yes""
thresholdCheck if the score of the result reaches the given threshold (between 0 and 100).no""
listener_services_exceptComma-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_onlyComma-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_urlLocation and credentials of your MySQL database, in a URL format.no""
observatory_api_urlLocation of the Observatory API.no""
observatory_analyze_urlLocation of the Observatory website to view the the results.no""
slack_access_tokenSlack access token.no""
slack_channel_idSlack channel where the analysis results will be send.no""
verboseDisplays debug informationno""

no outputs