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
Addresses review #3737525469:
1. README badge: Changed from hardcoded repo URL to link to devcontainer
docs, so forks don't redirect to upstream repo
2. Aliases: Use dedicated ~/.bash_aliases file instead of modifying
~/.bashrc with sed, avoiding potential accidental content deletion
3. Volume mount: Fixed from ../.. to ../workspaces/go-sqlcmd to only
mount the repo root, not parent directories that could expose secrets
4. MSSQL connection: Removed hardcoded password from mssql.connections
config. Users will be prompted to enter password on first connect.
5. Password handling: Added environment variable substitution support:
- docker-compose.yml: Uses SQLCMDPASSWORD env var with default
- devcontainer.json: Uses localEnv with fallback to default
- Added comments explaining this is dev-only, not production secrets
- Updated README to clarify password is available via env var
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SQLCMD CLI
2
2
3
-
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/go-sqlcmd)
3
+
[](.devcontainer/README.md)
4
4
5
5
This repo contains the `sqlcmd` command line tool and Go packages for working with Microsoft SQL Server, Azure SQL Database, and Azure Synapse.
0 commit comments