File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ func (f *Framework) NewCustomErrorPagesDeployment(opts ...func(*deploymentOption
139
139
options .namespace ,
140
140
options .image ,
141
141
8080 ,
142
- int32 (options .replicas ),
142
+ int32 (options .replicas ), //nolint:gosec // disable G115
143
143
nil , nil ,
144
144
envVars ,
145
145
[]corev1.VolumeMount {},
@@ -195,7 +195,7 @@ func (f *Framework) NewEchoDeployment(opts ...func(*deploymentOptions)) {
195
195
options .namespace ,
196
196
options .image ,
197
197
80 ,
198
- int32 (options .replicas ),
198
+ int32 (options .replicas ), //nolint:gosec // disable G115
199
199
nil , nil , nil ,
200
200
[]corev1.VolumeMount {},
201
201
[]corev1.Volume {},
@@ -286,7 +286,7 @@ func (f *Framework) NewHttpbunDeployment(opts ...func(*deploymentOptions)) strin
286
286
options .namespace ,
287
287
options .image ,
288
288
80 ,
289
- int32 (options .replicas ),
289
+ int32 (options .replicas ), //nolint:gosec // disable G115
290
290
nil , nil ,
291
291
// Required to get hostname information
292
292
[]corev1.EnvVar {
You can’t perform that action at this time.
0 commit comments