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 e056f31 commit 8b5b6cbCopy full SHA for 8b5b6cb
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# GitGuardian Secret Security Changelog
2
3
+## [0.4.1]
4
+
5
+### Fixed
6
7
+- Ensure all global environment variables are loaded before making API calls
8
9
## [0.4.0]
10
11
### Modified
src/lib/run-ggshield.ts
@@ -22,7 +22,7 @@ export function runGGShieldCommand(
22
const { ggshieldPath, apiUrl, apiKey } = configuration;
23
let env: NodeJS.ProcessEnv = {
24
...process.env,
25
- GITGUARDIAN_API_URL: apiUrl,
+ GITGUARDIAN_INSTANCE: apiUrl,
26
GG_USER_AGENT: "gitguardian-vscode",
27
};
28
0 commit comments