Skip to content

Commit

Permalink
swift audit fixes + small fix to cocoapods version
Browse files Browse the repository at this point in the history
  • Loading branch information
barv-jfrog committed Dec 26, 2024
1 parent 4c1a137 commit 493ca8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions commands/audit/sca/swift/swiftcommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 493ca8e

Please sign in to comment.