dzhunli/godive action
Simple action to analyze built docker images efficiency
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | Docker image name | yes | — |
| use_config | Using CI config file or generate config from variables | no | false |
| ci_config | Path to Dive CI configuration file (.dive-ci.yml) | no | — |
| lowestEfficiency | If the efficiency is measured below X%, mark as failed.Expressed as a ratio between 0-1. | no | — |
| highestWastedBytes | If the amount of wasted space is at least X or larger than X, mark as failed.Expressed in B, KB, MB, and GB. | no | — |
| highestUserWastedPercent | If the amount of wasted space makes up for X% or more of the image, mark as failed.Expressed as a ratio between 0-1; fails if the threshold is met or crossed. | no | — |
| allow_large_image | Set to true if the image size exceeds 1 GB | no | false |
| continue_on_fail | Set false to fail launches that don't pass the test. | no | true |
| report | Enable report generation to /tmp/DIVE_REPORT.md | no | true |
| summary | Enable summary generation from /tmp/DIVE_REPORT.md | no | false |
Outputs
no outputs