You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrap pipeline commands for submoduleForeach in quotes (#964)
* wrap pipeline commands for submoduleForeach in quotes
* Update src/git-auth-helper.ts
drop extraneous space.
Co-authored-by: Josh Soref <[email protected]>
* Followed CONTRIBUTING.md instructions, updating dist/index.js
* fixed package-lock.json
* updating the pipeline so it runs from sh
Co-authored-by: Josh Soref <[email protected]>
Copy file name to clipboardExpand all lines: dist/index.js
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7121,7 +7121,9 @@ class GitAuthHelper {
7121
7121
// Configure a placeholder value. This approach avoids the credential being captured
7122
7122
// by process creation audit events, which are commonly logged. For more information,
7123
7123
// refer to https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/manage/component-updates/command-line-process-auditing
Copy file name to clipboardExpand all lines: src/git-auth-helper.ts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,8 @@ class GitAuthHelper {
157
157
// by process creation audit events, which are commonly logged. For more information,
158
158
// refer to https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/manage/component-updates/command-line-process-auditing
0 commit comments