# Overview

This document explains the process of creating audits in Nightfall for the GitHub integration. A GitHub audit helps you analyze your historic GitHub data for the presence of sensitive content.&#x20;

## Use Cases for GitHub Audit: Hardcoded Secrets in GitHub Code

Modern applications store vast amounts of code in GitHub repositories, making manual scanning for sensitive data impractical. Nightfall audits can efficiently scan billions of bytes of code within minutes, quickly identifying hardcoded secrets such as passwords, API keys, and other sensitive credentials.

## Prerequisites

You must ensure that the GitHub integration is installed in your Nightfall tenant. To learn more about how to install the GitHub integration, refer to this [Nightfall documentation](https://help.nightfall.ai/github/getting_started/installation).&#x20;

The process of creating an Audit for the GitHub integration involves the configuration of following settings.

* [Select Integration](/audit/github-audit/select-integration.md)
* [Configure Scope](/audit/github-audit/configure-scope.md)
* [Select Detection Rules](/audit/github-audit/select-detection-rules.md)
* [Review Configurations](/audit/github-audit/review-configurations.md)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.nightfall.ai/audit/github-audit/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
