forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2023-11-10]: Secret scanning: sort by alert validity on the index vi…
…ew [GA] (#45295) Co-authored-by: mc <[email protected]> Co-authored-by: Siara <[email protected]>
- Loading branch information
1 parent
342f065
commit 8420fc2
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
data/reusables/secret-scanning/validity-check-partner-patterns-enabled.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
To be able to filter by validity status, you need to have enabled validity checks for partner patterns in a repository, or have organization owners and enterprise administrators enable the feature for all repositories in the organization or enterprise settings. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#allowing-validity-checks-for-partner-patterns-in-a-repository)," "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#allowing-validity-checks-for-partner-patterns-in-an-organization)," and "[AUTOTITLE](/admin/code-security/managing-github-advanced-security-for-your-enterprise/managing-github-advanced-security-features-for-your-enterprise#managing-advanced-security-features)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
| Validity | Result | | ||
|-------------------------|--------------------------------------------------------------------------------| | ||
| Active secret | {% data variables.product.company_short %} confirmed this secret is active | | ||
| Active secret | {% data variables.product.company_short %} checked with this secret's provider and found that the secret is active | | ||
| Possibly active secret | {% data variables.product.company_short %} does not support validation checks for this token type yet | | ||
| Possibly active secret | {% data variables.product.company_short %} could not verify this secret | | ||
| Secret appears inactive | You should make sure no unauthorized access has already occurred | | ||
| Validity | Status | Result | | ||
|-------------|------------|--------------------------------------------------------------------------------| | ||
| Active secret | `active` | {% data variables.product.company_short %} checked with this secret's provider and found that the secret is active | | ||
| Possibly active secret | `unknown` | {% data variables.product.company_short %} does not support validation checks for this token type yet | | ||
| Possibly active secret | `unknown` | {% data variables.product.company_short %} could not verify this secret | | ||
| Secret inactive | `inactive` | You should make sure no unauthorized access has already occurred | |