Skip to content

Commit 7763d71

Browse files
committed
Set the report dir for download-and-submit
Fixes #196
1 parent 9ab93ee commit 7763d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/src/dependency-graph.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise<void> {
2222
}
2323
// Download and submit early, for compatability with dependency review.
2424
if (option === DependencyGraphOption.DownloadAndSubmit) {
25+
maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory())
2526
await downloadAndSubmitDependencyGraphs(config)
2627
return
2728
}

0 commit comments

Comments
 (0)