Skip to content

Commit 9f21322

Browse files
author
Steve Miller
committed
Implement S1002 suggestion from reviewdog
1 parent 342ba5c commit 9f21322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/manifest/kubernetes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func getImagesFromContainers(containers []corev1.Container) []string {
267267
}
268268
}
269269

270-
if skiploop == true {
270+
if skiploop {
271271
continue
272272
}
273273

0 commit comments

Comments
 (0)