(pluginSlug: string, outputDir: string)
| 111 | } |
| 112 | |
| 113 | export function getRunnerOutputsPath(pluginSlug: string, outputDir: string) { |
| 114 | return path.join(outputDir, pluginSlug, 'runner-output.json'); |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Save audit outputs to a file to be able to cache the results |
no outgoing calls
no test coverage detected