Skip to content

Commit

Permalink
Set the report dir for download-and-submit
Browse files Browse the repository at this point in the history
Fixes #196
  • Loading branch information
bigdaz committed Apr 25, 2024
1 parent 9ab93ee commit 7763d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/src/dependency-graph.ts
Expand Up @@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise<void> {
}
// Download and submit early, for compatability with dependency review.
if (option === DependencyGraphOption.DownloadAndSubmit) {
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory())
await downloadAndSubmitDependencyGraphs(config)
return
}
Expand Down

0 comments on commit 7763d71

Please sign in to comment.