actions-marketplace-validations/index-digest
An action to run https://github.com/macbre/index-digest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| index-digest-version | The version of index-digest to install | yes | 1.5.1 |
| index-digest-dsn | DSN pointing at the database to check | — | — |
| index-digest-sql-log | File with SQL queries to check against the database | — | /tmp/index_digest_empty_log.sql |
| index-digest-checks | Which index-digest checks to perform | — | redundant_indices,missing_primary_index,not_used_indices,queries_not_using_index,queries_using_filesort,queries_using_temporary,queries_using_full_table_scan |
| index-digest-report-file | Where to save YAML report file | yes | /tmp/index-digest.yml |
| fail-on-issues | Should the action fail when any issue is reported | no | false |
Outputs
| name | description |
|---|---|
| number-of-issues | Number of issues reported |