> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning.md).

# Local Code Scanning

- [Account Creation for Local Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/account-creation-for-local-scanning-on-aikido.md)
- [CLI options for Local Scanner](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/cli-options-for-local-scanner.md)
- [PR and release gating for code using Local Scanner](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/pr-and-release-gating-for-code-using-local-scanner.md)
- [Performing Nightly Scans using Local Scanner](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/performing-nightly-scans-using-the-aikido-local-scanner.md)
- [Local Scanning in existing SCM-Integrated Workspaces](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/local-scanning-in-existing-scm-integrated-workspaces.md)
- [GitLab Self Managed Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/gitlab-self-managed-setup-for-local-code-scanning.md)
- [Azure DevOps Server Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/azure-devops-server-setup-for-local-code-scanning.md)
- [Bitbucket Pipeline Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/bitbucket-pipeline-setup-for-local-code-scanning.md)
- [CircleCI Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/circleci-setup-for-local-code-scanning.md)
- [GitHub Action Setup for Local On-Prem Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/github-action-setup-for-local-code-scanning.md)
- [Jenkins Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/jenkins-setup-for-local-code-scanning.md)
- [Linux Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/linux-setup-for-local-code-scanning.md)
- [Mac Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/mac-setup-for-local-code-scanning.md)
- [Windows Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/windows-setup-for-local-code-scanning.md)
- [Bamboo Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/bamboo-setup-for-local-code-scanning.md)
- [TeamCity Pipeline Setup for Local Code Scanning](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/teamcity-pipeline-setup-for-local-code-scanning.md)
- [Aikido Secrets pre-commit hook](https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning/aikido-secrets-pre-commit-hook.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/zVer63pN7HO83qF6ZCQx/code-scanning/local-code-scanning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
