hadolint
Description
Complete YAML Schema
providers:
- # The name of the provider plugin to use.
name:
# List other providers that should be resolved before this one.
#
# Example: `["exec"]`
dependencies: []
# If specified, this provider will only be used in the listed environments. Note that an empty array effectively
# disables the provider. To use a provider in all environments, omit this field.
#
# Example: `["dev","stage"]`
environments:
# By default, the provider automatically creates a `hadolint` Test for every `container` Build in your
# project. Set this to `false` to disable this behavior.
autoInject: true
# Set this to `"warning"` if you'd like tests to be marked as failed if one or more warnings are returned.
# Set to `"none"` to always mark the tests as successful.
testFailureThreshold: errorConfiguration Keys
providers[]
providers[]Type
Default
Required
providers[].name
providers[].nameType
Required
providers[].dependencies[]
providers[].dependencies[]Type
Default
Required
providers[].environments[]
providers[].environments[]Type
Required
providers[].autoInject
providers[].autoInjectType
Default
Required
providers[].testFailureThreshold
providers[].testFailureThresholdType
Allowed Values
Default
Required
Last updated
Was this helpful?

