Skip to content

Commit

Permalink
🐛 fix detection of binary analysis (konveyor#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad authored Apr 23, 2024
1 parent 9e7363d commit c2289f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ func (a *analyzeCommand) getConfigVolumes(components []model.Component) (map[str
}
}
}
// TODO (pgaikwad): binaries don't work with alizer right now, we need to revisit this
if !foundJava && a.isFileInput {
foundJava = true
}

otherProvsMountPath := SourceMountPath
// when input is a file, it means it's probably a binary
Expand Down

0 comments on commit c2289f8

Please sign in to comment.