Skip to content

Commit

Permalink
include projectId in --json output
Browse files Browse the repository at this point in the history
  • Loading branch information
spatten committed Aug 30, 2024
1 parent f58402e commit 101542a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Fossa/Analyze/Upload.hs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ buildProjectSummary project locator projectUrl = do
pure $
Aeson.object
[ "project" .= locatorProject locator
, "projectId" .= (locatorFetcher locator <> "+" <> locatorProject locator)
, "revision" .= revision
, "branch" .= projectBranch project
, "url" .= projectUrl
Expand Down

0 comments on commit 101542a

Please sign in to comment.