Skip to content

Commit

Permalink
log tmp zip file path
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Nov 7, 2024
1 parent b50326b commit 0a19dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,7 @@ func definePathForZipFileOrDirectory(cmd *cobra.Command) (zipFile, sourceDir str
err = errors.New(msg)
}

logger.Print("Temporary zip file path: " + zipFile)
return zipFile, sourceDir, err
}

Expand Down

0 comments on commit 0a19dfc

Please sign in to comment.