Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 12 additions & 0 deletions src/secret-scanning/data/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/secret-scanning/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sha": "c2f94b9a9bda7803187d77455f96a0c736990cce",
"blob-sha": "63b65e44f5127683fdf67aa7ba30d1fdbf3fcf42",
"sha": "6f51847d21cd182d23abf96192e3dd9aa82efc99",
"blob-sha": "37e88f0909a3c7ae988942376b553a5a064cbd2f",
"targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns"
}