mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
--------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
13 lines
552 B
YAML
13 lines
552 B
YAML
rules:
|
|
# If the efficiency is measured below X%, mark as failed.
|
|
# Expressed as a ratio between 0-1.
|
|
lowestEfficiency: 0.981
|
|
|
|
# If the amount of wasted space is at least X or larger than X, mark as failed.
|
|
# Expressed in B, KB, MB, and GB.
|
|
highestWastedBytes: 32MB
|
|
|
|
# If the amount of wasted space makes up for X% or more of the image, mark as failed.
|
|
# Note: the base image layer is NOT included in the total image size.
|
|
# Expressed as a ratio between 0-1; fails if the threshold is met or crossed.
|
|
highestUserWastedPercent: 0.036
|