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 f829c85 commit 302e492Copy full SHA for 302e492
src/common/config.ts
@@ -1,6 +1,6 @@
1
import * as uuidv4 from 'uuid/v4';
2
import { loadConfig } from 'snyk-config';
3
-import { readFileSync } from 'fs';
+import { readFileSync } from 'fs';
4
5
const config: Record<string, any> = loadConfig(__dirname + '/../..', {
6
secretConfig: process.env.CONFIG_SECRET_FILE,
0 commit comments