diff --git a/commands/audit/sca/swift/swiftcommand.go b/commands/audit/sca/swift/swiftcommand.go index 13867f5d..f9e0181b 100644 --- a/commands/audit/sca/swift/swiftcommand.go +++ b/commands/audit/sca/swift/swiftcommand.go @@ -15,10 +15,9 @@ const ( ) type SwiftCommand struct { - cmdName string - swiftVersion *version.Version - workingDirectory string - executablePath string + cmdName string + swiftVersion *version.Version + executablePath string } func getSwiftVersionAndExecPath() (*version.Version, string, error) {