We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1285456 commit 3c0c53bCopy full SHA for 3c0c53b
1 file changed
cmd/main.go
@@ -106,6 +106,26 @@ func doScanning() error {
106
tomlManipulator,
107
},
108
109
+
110
+ envscanners.ManipulatorSkipEmptyEnvScanner{
111
+ Env: envprovider,
112
+ Manipulator: []manipulators.Manipulator{
113
+ iniManipulator,
114
+ jsonManipulator,
115
+ yamlManipulator,
116
+ tomlManipulator,
117
+ },
118
119
120
+ envscanners.ManipulatorSkipEmptyEnvScannerTwo{
121
122
123
124
125
126
127
128
129
}
130
131
for _, scanner := range scanners {
0 commit comments