Merged
Conversation
bewithgaurav
previously approved these changes
Dec 17, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub-to-Azure DevOps sync pipeline to preserve the .gdn directory during the daily synchronization process. The .gdn directory contains Guardian security scanning baseline and suppression files (.gdnbaselines and .gdnsuppress) that are essential for the OneBranch SDL (Security Development Lifecycle) compliance and should not be synced from GitHub since they are specific to the Azure DevOps environment.
Key Changes:
- Modified
git rmcommand to exclude.gdndirectory from deletion during sync - Modified
git checkoutcommand to exclude.gdndirectory from being overwritten with GitHub content
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📊 Code Coverage Report
Diff CoverageDiff: main...HEAD, staged and unstaged changesNo lines with coverage information in this diff. 📋 Files Needing Attention📉 Files with overall lowest coverage (click to expand)mssql_python.pybind.logger_bridge.hpp: 58.8%
mssql_python.pybind.logger_bridge.cpp: 59.2%
mssql_python.row.py: 66.2%
mssql_python.helpers.py: 67.5%
mssql_python.pybind.ddbc_bindings.cpp: 69.3%
mssql_python.pybind.connection.connection.cpp: 73.6%
mssql_python.ddbc_bindings.py: 79.6%
mssql_python.connection.py: 83.9%
mssql_python.cursor.py: 84.4%
mssql_python.__init__.py: 84.9%🔗 Quick Links
|
sumitmsft
previously approved these changes
Dec 18, 2025
bcb1c60 to
da0fa78
Compare
sumitmsft
approved these changes
Dec 18, 2025
bewithgaurav
approved these changes
Dec 18, 2025
sumitmsft
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work Item / Issue Reference
Summary
This pull request updates the
.gdn/.gdnbaselinesand.gdn/.gdnsuppressfiles to add new baseline and suppression signatures and to update their metadata. These changes appear to be related to security or compliance tracking, ensuring that new signatures are properly recorded and associated with the default group.The most important changes are:
Signature and Metadata Updates:
.gdn/.gdnbaselinesand.gdn/.gdnsuppress, each associated with thedefaultgroup and a creation date of2025-12-15. [1] [2]lastUpdatedDatefield in both files to2025-12-15 10:23:22Zto reflect the recent changes. [1] [2]