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 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
Original file line number Diff line number Diff line change 44 "displayName" : " GitGuardian" ,
55 "description" : " Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code" ,
66 "icon" : " images/icon.png" ,
7- "version" : " 0.4.0 " ,
7+ "version" : " 0.4.1 " ,
88 "publisher" : " gitguardian-secret-security" ,
99 "engines" : {
1010 "vscode" : " ^1.81.0"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments