Secret Scanning in a SourceCraft repository
Secret Scanning is a tool that checks every commit in the repository history for sensitive data contained in the code, e.g., API keys, tokens, certificates, and other secrets.
To view secrets detected in a repository:
-
Open the SourceCraft home page.
-
On the
Home tab, navigate to Repositories and select a repository. -
Under
Security on the repository page, go to Secret Scanning. -
To view information about a specific incident, select it from the list.
For each secret found, the following information will be provided:
- Secret type.
- Commit ID and last detection time.
- Path to the file and the code snippet containing the secret.
- Incident status: Open or Resolved.
- False positive mark (if any).
-
To mark an incident as resolved, follow these steps:
- Next to the incident, click Resolved.
- Add a comment for the incident.
- Optionally, mark the incident as a false positive.
- Click Resolve.
-
To reopen an incident, click Reopen next to it.
See also
Was the article helpful?
Previous