File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GitGuardian Secret Security Changelog
2
2
3
+ ## [ 0.4.1]
4
+
5
+ ### Fixed
6
+
7
+ - Ensure all global environment variables are loaded before making API calls
8
+
3
9
## [ 0.4.0]
4
10
5
11
### Modified
Original file line number Diff line number Diff line change 4
4
"displayName" : " GitGuardian" ,
5
5
"description" : " Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code" ,
6
6
"icon" : " images/icon.png" ,
7
- "version" : " 0.4.0 " ,
7
+ "version" : " 0.4.1 " ,
8
8
"publisher" : " gitguardian-secret-security" ,
9
9
"engines" : {
10
10
"vscode" : " ^1.81.0"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function runGGShieldCommand(
22
22
const { ggshieldPath, apiUrl, apiKey } = configuration ;
23
23
let env : NodeJS . ProcessEnv = {
24
24
...process . env ,
25
- GITGUARDIAN_API_URL : apiUrl ,
25
+ GITGUARDIAN_INSTANCE : apiUrl ,
26
26
GG_USER_AGENT : "gitguardian-vscode" ,
27
27
} ;
28
28
You can’t perform that action at this time.
0 commit comments