You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"deleteInactive": false, // you can delete inactive plugins for lighter image
15
+
"deleteInactive": false,
16
16
}
17
17
}
18
18
```
@@ -26,4 +26,5 @@ This feature will install and active plugins for oh my zsh
26
26
| deleteInactive | Should delete inactive plugins or not | bool | false |
27
27
28
28
**(\*)** See [list of oh-my-zsh preinstalled plugins](https://github.com/ohmyzsh/ohmyzsh/wiki/plugins)
29
-
**(\*\*)** We support zip release url or git url. See example [here](https://github.com/ebizbase/dev-infras/blob/fff3b6ab9dd104f899b1a67c72e65c21f6f4e310/devcontainer-images/base-devcontainer/.devcontainer/devcontainer.json#L30)
29
+
30
+
**(\*\*)** We support zip release url or git url. See example [here](https://github.com/ebizbase/dev-infras/blob/main/devcontainer-images/base-devcontainer/devcontainer.json)
|`ci`| boolean | Skip the interactive TUI and validate against CI rules |`false`|
67
+
|`highestUserWastedRatio`| number | (only valid with --ci given) highest allowable percentage of bytes wasted (as a ratio between 0-1), otherwise CI validation will fail. (default 0.1) ||
68
+
|`highestUserWastedBytes`| number | (only valid with --ci given) highest allowable bytes wasted, otherwise CI validation will fail. Set -1 mean disabled ||
69
+
|`lowestEfficiencyRatio`| number | (only valid with --ci given) lowest allowable image efficiency (as a ratio between 0-1), otherwise CI validation will fail. (default 0.9) ||
70
+
|`ignoreError`| boolean | Ignore image parsing errors and run the analysis anyway |`false`|
71
+
|`source`| string | The container engine to fetch the image from. Allowed values: docker, podman, docker-archive (default docker) |`docker`|
72
+
|`image`| string | The image to analyze ||
73
+
|`dockerSocket`| string | The docker socket to use for the analysis ||
74
+
|`version`| string | The version of dive to use ||
75
+
76
+
To check all possible options please check this [schema.json](./src/executors/analyze/schema.json) file
| `ci` | boolean | Skip the interactive TUI and validate against CI rules | `false` |
144
-
| `highestUserWastedRatio` | number | (only valid with --ci given) highest allowable percentage of bytes wasted (as a ratio between 0-1), otherwise CI validation will fail. (default 0.1) | |
145
-
| `highestUserWastedBytes` | number | (only valid with --ci given) highest allowable bytes wasted, otherwise CI validation will fail. Set -1 mean disabled | |
146
-
| `lowestEfficiencyRatio` | number | (only valid with --ci given) lowest allowable image efficiency (as a ratio between 0-1), otherwise CI validation will fail. (default 0.9) | |
147
-
| `ignoreError` | boolean | Ignore image parsing errors and run the analysis anyway | `false` |
148
-
| `source` | string | The container engine to fetch the image from. Allowed values: docker, podman, docker-archive (default docker) | `docker` |
149
-
| `image` | string | The image to analyze | |
150
-
| `dockerSocket` | string | The docker socket to use for the analysis | |
151
-
| `version` | string | The version of dive to use | |
0 commit comments