diff --git a/packages/repocop/src/config.ts b/packages/repocop/src/config.ts index ed4964b58..68f425309 100644 --- a/packages/repocop/src/config.ts +++ b/packages/repocop/src/config.ts @@ -107,7 +107,8 @@ export async function getConfig(): Promise { snykIntegrationPREnabled: process.env.SNYK_INTEGRATION_PR_ENABLED === 'true', snykIntegratorTopic: getEnvOrThrow('SNYK_INTEGRATOR_INPUT_TOPIC_ARN'), - depGraphIntegrationPREnabled: process.env.DEP_GRAPH_INTEGRATION_PR_ENABLED === 'true', + depGraphIntegrationPREnabled: + process.env.DEP_GRAPH_INTEGRATION_PR_ENABLED === 'true', dependencyGraphIntegratorTopic: getEnvOrThrow( 'DEPENDENCY_GRAPH_INPUT_TOPIC_ARN', ),