Unblock ADO mirror: BYPASS_SECRET_SCANNING (empty commit, ff-merge only)#881
Merged
Conversation
TsuyoshiUshio
approved these changes
Jul 24, 2026
gavin-aguiar
approved these changes
Jul 24, 2026
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.
Purpose
Adds a single empty commit (
**BYPASS_SECRET_SCANNING**) so the GitHub → Azure DevOps mirror can complete. This follows the 1ES Secret Scanning soft-blocking guidance and does not rewrite history, move tags, or change any existing commit SHAs.Background
The mirror to
azfunc/internal/_git/azure.azure-functions-java-workeris failing with 1ESVS403654: NonbypassableBlock. Commit079a4d4(May 2026) carries private-key test fixtures undersrc/test/resources/grpc-tls/(localhost-key.pem,localhost-truststore.p12). Those fixtures were already removed from the tip and are now generated at runtime (#878); this empty commit clears the historical mirror block without touching history.The
**BYPASS_SECRET_SCANNING**commit must become the unmodified HEAD ofdevat mirror time. Do NOT use the GitHub Merge / Squash / Rebase buttons — they rewrite or bury the commit and the bypass will not take effect.After approval, merge locally with fast-forward only:
This guarantees no merge commit is created, the BYPASS commit stays intact, and it becomes the HEAD of
dev.