diff --git a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md index cfdc713708ef..6e6a9df1cb70 100644 --- a/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md +++ b/content/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization.md @@ -173,8 +173,7 @@ Some of the features listed below are limited to organizations using {% data var In this section, you can find the access required for security features, such as {% data variables.product.prodname_GHAS %} features. > [!NOTE] -> Repository writers and maintainers can only see secret scanning alert information for their own commits. - +> Repository writers and maintainers can only directly view secret scanning alert information for their own commits. They cannot access the alert list view. {% rowheaders %} | Repository action | Read | Triage | Write | Maintain | Admin | diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index de945bc37680..fd04bcc3894d 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -1351,7 +1351,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Dropbox supportedSecret: Dropbox Short-Lived Access Token @@ -2179,7 +2179,7 @@ fpt: '*' ghec: '*' isPublic: true - isPrivateWithGhas: false + isPrivateWithGhas: true hasPushProtection: false hasValidityCheck: false isduplicate: false @@ -3531,7 +3531,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Shippo supportedSecret: Shippo Test API Token @@ -3543,7 +3543,7 @@ isPublic: false isPrivateWithGhas: true hasPushProtection: false - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' isduplicate: false - provider: Shopee supportedSecret: Shopee Open Platform Partner Key diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index ae01b8ec340b..f412793aa45c 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "e3e9f53cd5abf83f8d63c7cdf5159ebd9ced145c", - "blob-sha": "d378a032277ebe231aa64e9228819ece8f2ca841", + "sha": "4bc2c75484abeca92df68432bf1a735a34f04466", + "blob-sha": "8b8c921a94ef82f90298be6d4a7f963d48c2abcb", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file