ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
229 stars 9 forks source link

[feat]add option to opt-out of image detection #61

Closed ChristofferNissen closed 4 months ago

ChristofferNissen commented 4 months ago

Add configuration option to opt-out of image detection

parser:
  ...
  disableImageDetection: true
  ...

Closes #58