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 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'