diff --git a/sources/src/dependency-graph.ts b/sources/src/dependency-graph.ts index a658f0c..64ca6fc 100644 --- a/sources/src/dependency-graph.ts +++ b/sources/src/dependency-graph.ts @@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise { } // Download and submit early, for compatability with dependency review. if (option === DependencyGraphOption.DownloadAndSubmit) { + maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory()) await downloadAndSubmitDependencyGraphs(config) return }