Skip to content

Commit 1e8cb8b

Browse files
checked-lint-issues1
1 parent b7221a4 commit 1e8cb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/commands/scan.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,6 @@ func validateScanTypes(cmd *cobra.Command, jwtWrapper wrappers.JWTWrapper, featu
13831383
scanTypes = append(scanTypes, k)
13841384
}
13851385
}
1386-
13871386
}
13881387
actualScanTypes = strings.Join(scanTypes, ",")
13891388
actualScanTypes = strings.Replace(strings.ToLower(actualScanTypes), commonParams.IacType, commonParams.KicsType, 1)

0 commit comments

Comments
 (0)