Skip to content

Commit

Permalink
fix(transitive): Enable transitive dependency report by default (#330)
Browse files Browse the repository at this point in the history
Currently transitive report is enabled only for PyPi, it should be enabled by default for other ecosystems(npm and maven) as well.
  • Loading branch information
arajkumar authored Aug 20, 2019
1 parent f773606 commit 13d4cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stackanalysismodule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export module stackanalysismodule {
}stack-analyses/?user_key=${Apiendpoint.STACK_API_USER_KEY}`;
options['formData'] = payloadData;
options['headers'] = {
showTransitiveReport: 'true',
origin: 'vscode',
ecosystem: Apiendpoint.API_ECOSYSTEM
};
Expand Down

0 comments on commit 13d4cf2

Please sign in to comment.