diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6a42a1d9790d..418b37719a38 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -63,7 +63,7 @@ "postStartCommand": "nohup bash -c 'npm start &'", // Set the port to be public "postAttachCommand": "gh cs ports visibility 4000:public -c \"$CODESPACE_NAME\"", - + // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node", diff --git a/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md b/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md index 7721eb54d089..172ee0a0bdb8 100644 --- a/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md +++ b/content/copilot/tutorials/roll-out-at-scale/drive-downstream-impact/accelerate-pull-requests.md @@ -163,5 +163,7 @@ Developers **should not**: {% data reusables.copilot.measure-changes-intro %} * **Developer satisfaction**: Use developer surveys to measure satisfaction with engineering tooling. -* **Pull requests merged per developer**: You can use GitHub's `pull request` webhook, ensuring `action` is `closed` and the `merged` property inside `pull request` object is `true`. +* **Pull requests merged per developer**: You can use the `pull request` webhook, ensuring `action` is `closed` and the `merged` property inside `pull request` object is `true`. * **Pull requests lead time**: Measure the average length of time between PR creation and merge. +* **Pull request defect escape rate**: Measure the rate of deployment problems caused by poorly reviewed PRs. +* **Pull request review comment type**: Download PR review comments, categorize using AI-based topic classification, and track the comments made by human reviewers on design, scalability, and strategy. diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index a387fd9e6ed8..82ce01c5d3cf 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -2596,6 +2596,18 @@ hasValidityCheck: false base64Supported: false isduplicate: false +- provider: GitHub Secret Scanning + supportedSecret: GitHub Secret Scanning Base64 Encoded + secretType: secret_scanning_sample_token_base64 + versions: + fpt: '*' + ghec: '*' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + base64Supported: true + isduplicate: false - provider: GitLab supportedSecret: GitLab Access Token secretType: gitlab_access_token diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index d53a08e3e745..e70fe4278f3f 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "c2f94b9a9bda7803187d77455f96a0c736990cce", - "blob-sha": "63b65e44f5127683fdf67aa7ba30d1fdbf3fcf42", + "sha": "6f51847d21cd182d23abf96192e3dd9aa82efc99", + "blob-sha": "37e88f0909a3c7ae988942376b553a5a064cbd2f", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file