Skip to main content
설명서에 자주 업데이트를 게시하며 이 페이지의 번역이 계속 진행 중일 수 있습니다. 최신 정보는 영어 설명서를 참조하세요.

비밀 검사에서 경고 관리

리포지토리에 체크 인된 비밀에 대한 경고를 보고 닫을 수 있습니다.

이 기능을 사용할 수 있는 사용자

People with admin access to a public repository can view and dismiss secret scanning alerts for the repository.

파트너에 대한 비밀 검사 경고는 GitHub.com의 모든 제품의 퍼블릭 리포지토리에서 자동으로 실행됩니다. 사용자에 대한 비밀 검사 경고는 퍼블릭 리포지토리뿐만 아니라 GitHub Enterprise Cloud을(를) 사용하고 GitHub Advanced Security에 대한 라이선스가 있는 조직이 소유한 리포지토리에도 사용할 수 있습니다. 자세한 내용은 "사용자에 대한 비밀 검사 경고정보" 및 "GitHub Advanced Security 정보"를 참조하세요.

Note: The secret scanning alerts for users feature is available as a beta for users on GitHub Free, GitHub Pro, or GitHub Team plans and is subject to change.

Managing secret scanning alerts

Note: Alerts are created only for repositories with secret scanning alerts for users enabled. Secrets found in public repositories using the free secret scanning alerts for partners service are reported directly to the partner, without creating an alert. For more information, see "Supported secrets for partner alerts."

  1. On GitHub.com, navigate to the main page of the repository.

  2. Under the repository name, click Security. Security tab

  3. In the left sidebar, click Secret scanning alerts.

    Screenshot of the "Secret scanning alerts" tab

  4. Under "Secret scanning" click the alert you want to view.

    Screenshot of the list of alerts from secret scanning

  5. Check the validity of the secret and follow the remediation steps.

    Screenshot of the validity check for a GitHub token

    Note: Validity check for GitHub tokens is currently in public beta and subject to change.

    GitHub provides information about the validity of the secret, for GitHub tokens only.

    ValidityResult
    Active secretGitHub confirmed this secret is active
    Active secretGitHub checked with this secret's provider and found that the secret is active
    Possibly active secretGitHub does not support validation checks for this token type yet
    Possibly active secretGitHub could not verify this secret
    Secret appears inactiveYou should make sure no unauthorized access has already occurred
  6. To dismiss an alert, select the "Close as" dropdown menu and click a reason for resolving an alert.

    Screenshot of the dropdown menu for dismissing an alert from secret scanning showing link to partner documentation

  7. Optionally, add a dismissal comment. The dismissal comment will be added to the alert timeline and can be used as justification during auditing and reporting. You can view the history of all dismissed alerts and dismissal comments in the alert timeline. You can also retrieve or set a comment by using the Secret scanning API. The comment is contained in the resolution_comment field. For more information, see "Secret scanning" in the REST API documentation.

    Screenshot showing how to dismiss an alert via the "Dismiss alert" dropdown, with the option to add a dismissal comment

  8. Click Close alert.

Securing compromised secrets

Once a secret has been committed to a repository, you should consider the secret compromised. GitHub recommends the following actions for compromised secrets:

  • For a compromised GitHub personal access token, delete the compromised token, create a new token, and update any services that use the old token. For more information, see "Creating a personal access token for the command line."
  • For all other secrets, first verify that the secret committed to GitHub is valid. If so, create a new secret, update any services that use the old secret, and then delete the old secret.

Note: If a secret is detected in a public repository on GitHub.com and the secret also matches a partner pattern, an alert is generated and the potential secret is reported to the service provider. For details of partner patterns, see "Supported secrets for partner alerts."

Configuring notifications for secret scanning alerts

When a new secret is detected, GitHub notifies all users with access to security alerts for the repository according to their notification preferences. You will receive an email notification if you are watching the repository, have enabled notifications for security alerts or for all the activity on the repository, or are the author of the commit that contains the secret and are not ignoring the repository.

For more information, see "Managing security and analysis settings for your repository" and "Configuring notifications."