We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab93ee commit 7763d71Copy full SHA for 7763d71
sources/src/dependency-graph.ts
@@ -22,6 +22,7 @@ export async function setup(config: DependencyGraphConfig): Promise<void> {
22
}
23
// Download and submit early, for compatability with dependency review.
24
if (option === DependencyGraphOption.DownloadAndSubmit) {
25
+ maybeExportVariable('DEPENDENCY_GRAPH_REPORT_DIR', config.getReportDirectory())
26
await downloadAndSubmitDependencyGraphs(config)
27
return
28
0 commit comments