Skip to content

Commit

Permalink
Add TODO for isJavaDependency check
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Nov 15, 2023
1 parent fd48bb1 commit 1eb6e56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ const DependencyVersionColumn = ({
}: {
appDependency: AnalysisAppDependency;
}) => {
// TODO: Revisit this check after https://github.com/konveyor/tackle2-addon-analyzer/pull/62
const isJavaDependency = name && version && sha && provider === "";

const mavenCentralLink = isJavaDependency
Expand Down

0 comments on commit 1eb6e56

Please sign in to comment.