Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Jun 28, 2024
1 parent d3e3b78 commit f2bce65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App/Fossa/Container/Sources/DockerArchive.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ analyzeFromDockerArchive systemDepsOnly filters withoutDefaultFilters tarball =
containerTarball <- sendIO . BS.readFile $ toString tarball

observations <- recover $
do logInfo "Searching for JARs in container image."
analyzeContainerJars tarball
do
logInfo "Searching for JARs in container image."
analyzeContainerJars tarball

image <- fromEither $ parse containerTarball

Expand Down

0 comments on commit f2bce65

Please sign in to comment.