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 bc2f4cb commit 04ce7e3Copy full SHA for 04ce7e3
1 file changed
src/config/constants.ts
@@ -6,5 +6,5 @@ export const config = {
6
eolReportUrl: process.env.EOL_REPORT_URL || EOL_REPORT_URL,
7
graphqlHost: process.env.GRAPHQL_HOST || GRAPHQL_HOST,
8
graphqlPath: process.env.GRAPHQL_PATH || GRAPHQL_PATH,
9
- showVulnCount: false,
+ showVulnCount: true,
10
};
0 commit comments