From 503ce1a1fe97156152381b8de39180a68f801d26 Mon Sep 17 00:00:00 2001 From: Natalee Webb <100899613+nattywombat@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:10:27 -0700 Subject: [PATCH 1/2] adding msft tokens to docs (#38729) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> Co-authored-by: Mariam <15mariams@github.com> --- data/secret-scanning.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/secret-scanning.yml b/data/secret-scanning.yml index 9a25814b60..c92e998385 100644 --- a/data/secret-scanning.yml +++ b/data/secret-scanning.yml @@ -245,6 +245,19 @@ hasPushProtection: true hasValidityCheck: false +- provider: 'Azure' + supportedSecret: 'Azure Container Registry Key Identifiable' + secretType: 'azure_container_registry_key_identifiable' + versions: + fpt: '*' + ghec: '*' + ghes: '>=3.11' + ghae: '>=3.11' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + - provider: 'Azure' supportedSecret: 'Azure CosmosDB Key Identifiable' secretType: 'azure_cosmosdb_key_identifiable' @@ -362,6 +375,19 @@ hasPushProtection: false hasValidityCheck: false +- provider: 'Azure' + supportedSecret: 'Azure SQL Password' + secretType: 'azure_sql_password' + versions: + fpt: '*' + ghec: '*' + ghes: '>=3.11' + ghae: '>=3.11' + isPublic: true + isPrivateWithGhas: true + hasPushProtection: true + hasValidityCheck: false + - provider: 'Azure' supportedSecret: 'Azure Storage Account Key' secretType: 'azure_storage_account_key' From 23bd113a9282944b1f7b02b6f8721ad344ee2d77 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:11:35 -0700 Subject: [PATCH 2/2] Update style guide with info on how to link to two subheadings of an article (#38722) Co-authored-by: hubwriter --- contributing/content-style-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index 597638c643..eb9158afea 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -427,7 +427,10 @@ To link to a specific header in the same article, use this format: > For more information, see "[HEADER TITLE](#HEADER-TITLE)." To link to a specific header in a different article, use this format: -> For more information, see "[ARTICLE TITLE](path-to-article#HEADER-TITLE)." +> For more information, see "[AUOTOTITLE](path-to-article#HEADER-TITLE)." + +To link to two or more specific headers in a different article, use this format: +> For more information, see "[HEADER 1](path-to-article#HEADER-1)" and "[HEADER 2](path-to-article#HEADER-2)" in "ARTICLE TITLE." ### Links to a specific tool