Skip to content

Commit 8b5b6cb

Browse files
committed
chore(changelog): Add changelog for v0.4.1
1 parent e056f31 commit 8b5b6cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GitGuardian Secret Security Changelog
22

3+
## [0.4.1]
4+
5+
### Fixed
6+
7+
- Ensure all global environment variables are loaded before making API calls
8+
39
## [0.4.0]
410

511
### Modified

src/lib/run-ggshield.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function runGGShieldCommand(
2222
const { ggshieldPath, apiUrl, apiKey } = configuration;
2323
let env: NodeJS.ProcessEnv = {
2424
...process.env,
25-
GITGUARDIAN_API_URL: apiUrl,
25+
GITGUARDIAN_INSTANCE: apiUrl,
2626
GG_USER_AGENT: "gitguardian-vscode",
2727
};
2828

0 commit comments

Comments
 (0)