Skip to content

Commit be26f12

Browse files
lint fix
1 parent 9e52cbf commit be26f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ func addContainersScan(cmd *cobra.Command, resubmitConfig []wrappers.Config) (ma
12191219
return containerMapConfig, nil
12201220
}
12211221

1222-
func initializeContainersConfigWithResubmitValues(resubmitConfig []wrappers.Config, containerConfig *wrappers.ContainerConfig, containerResolveLocally bool, isGitScan bool) {
1222+
func initializeContainersConfigWithResubmitValues(resubmitConfig []wrappers.Config, containerConfig *wrappers.ContainerConfig, containerResolveLocally, isGitScan bool) {
12231223
for _, config := range resubmitConfig {
12241224
if config.Type != commonParams.ContainersType {
12251225
continue

0 commit comments

Comments
 (0)