Skip to content

Commit 04ce7e3

Browse files
committed
chore: flip show vulns config
1 parent bc2f4cb commit 04ce7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export const config = {
66
eolReportUrl: process.env.EOL_REPORT_URL || EOL_REPORT_URL,
77
graphqlHost: process.env.GRAPHQL_HOST || GRAPHQL_HOST,
88
graphqlPath: process.env.GRAPHQL_PATH || GRAPHQL_PATH,
9-
showVulnCount: false,
9+
showVulnCount: true,
1010
};

0 commit comments

Comments
 (0)