martinheinz/Dive - Container Image Analysis
Run Dive to analyze the container image efficiency
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image to analyze | yes | — |
| exit-zero | Whether to exit with zero even when scan fails (still fails on error) | no | false |
| config | Path to dive config file | no | ${{ github.workspace }}/.dive-ci |
Outputs
| name | description |
|---|---|
| efficiency | Efficiency of the image |
| wasted-bytes | Number of wasted bytes |
| user-wasted-percent | Percentage of space waster |