diff --git a/src/config/constants.ts b/src/config/constants.ts index bd63f792..879b87c2 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -6,5 +6,5 @@ export const config = { eolReportUrl: process.env.EOL_REPORT_URL || EOL_REPORT_URL, graphqlHost: process.env.GRAPHQL_HOST || GRAPHQL_HOST, graphqlPath: process.env.GRAPHQL_PATH || GRAPHQL_PATH, - showVulnCount: false, + showVulnCount: true, };