From 76f8871e13b4ff09106605067fc88dc570c7e867 Mon Sep 17 00:00:00 2001 From: Mariam <15mariams@github.com> Date: Wed, 8 Jun 2022 08:33:46 -0700 Subject: [PATCH] Update secret-scanning.md (#28327) --- content/rest/secret-scanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/secret-scanning.md b/content/rest/secret-scanning.md index 4993caed83..bdec7f1fb6 100644 --- a/content/rest/secret-scanning.md +++ b/content/rest/secret-scanning.md @@ -18,7 +18,7 @@ redirect_from: The {% data variables.product.prodname_secret_scanning %} API lets you{% ifversion fpt or ghec or ghes > 3.1 or ghae %}: -- Enable or disable {% data variables.product.prodname_secret_scanning %}{% ifversion secret-scanning-push-protection %} and push protection{% endif %} for a repository. For more information, see "[Repositories](/rest/reference/repos#update-a-repository)" and expand the "Properties of the `security_and_analysis` object" section in the REST API documentation. +- Enable or disable {% data variables.product.prodname_secret_scanning %}{% ifversion secret-scanning-push-protection %} and push protection{% endif %} for a repository. For more information, see "[Repositories](/rest/repos/repos#update-a-repository)" and expand the "Properties of the `security_and_analysis` object" section in the REST API documentation. - Retrieve and update {% data variables.product.prodname_secret_scanning_GHAS %} alerts from a repository. For further details, see the sections below. {%- else %} retrieve and update {% data variables.product.prodname_secret_scanning %} alerts from a repository.{% endif %}