> 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/changelog/q3-2026/51-repository-code-quality-scans-ignore-approval-inbox-and-noise-reduction-for-secrets-and-cves.md).

# #51 - Repository Code Quality scans, Ignore Approval Inbox and Noise Reduction for Secrets & CVE’s

### Features

* [Code Quality Repository Scan (**early access**)](https://help.aikido.dev/code-quality/repository-scans) - Scan your whole codebase for quality issues, not just new PRs, monitor trends and spot the hotspots worth refactoring first
* [Approval Inbox for Ignores](https://help.aikido.dev/getting-started/core-functionalities/approval-inbox-for-ignored-issues) - Route every ignore request through one inbox for admin sign-off, so nothing leaves your feed without a decision.
* [Noise Reduction for Secrets & CVE’s](https://help.aikido.dev/changelog/q3-2026/new-extreme-noise-reduction-for-secrets-and-cves) - New AI layer on top of your rules checks each secret and CVE against your code to flag what's truly exploitable and quiet what isn't

### **Aikido Intel - Malware & Vulnerability Database**

Our research team has discovered over [#245 new vulnerabilities](https://intel.aikido.dev) over the last two weeks! Watch the live feed → [intel.aikido.dev](http://intel.aikido.dev)

### Improvements

* General - [New Dashboard for all users](https://app.aikido.dev/dashboard)
* Source Code - [Azure DevOps Self-Managed Server](https://help.aikido.dev/code-scanning/connect-your-source-code/connect-azure-devops-self-managed-server) support
* Integrations - Added ticket support for [Github Server](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/github-issues) and [Azure DevOps](https://help.aikido.dev/getting-started/task-management-systems/all-supported-task-trackers/azure-devops-boards)
* Cloud
  * [Added Render cloud misconfiguration scanning](https://help.aikido.dev/cloud-scanning/connect-your-cloud/connect-render-account#log-into-your-render-account)
  * [K8s namespaces added to container labels](https://help.aikido.dev/getting-started/manage-teams-and-applications/add-labels-to-resources#automatic-labels-from-workloads)
  * [Terraform module for GCP project/organization onboarding](https://help.aikido.dev/cloud-scanning/connect-your-cloud/gcp/connect-google-cloud-organization#cloud-purpose-determination)
* Device Protection
  * [Disable protection for up to 1 hour](https://help.aikido.dev/aikido-device-protection/deploying-aikido-endpoint/connecting-and-managing-devices#pausing-protection-on-a-device)
  * [Added PHP composer support](https://help.aikido.dev/aikido-device-protection/miscellaneous-aikido-endpoint/supported-ecosystems)
* Registry Proxy - [Support for Google Cloud Artifact](https://help.aikido.dev/miscellaneous-integrations/private-registries/gcp-artifact-registry)
* Zen Firewall - Agent releases for [Java](https://github.com/AikidoSec/firewall-java/releases), [Python](https://github.com/AikidoSec/firewall-python/releases), [Ruby](https://github.com/AikidoSec/firewall-ruby/releases), [Golang](https://github.com/AikidoSec/firewall-go/releases) and [Node](https://github.com/AikidoSec/firewall-node/releases)
  * Node - [Support for ElysiaJS](https://help.aikido.dev/zen-firewall/zen-installation-instructions/zen-firewall-for-nodejs-javascript-and-typescript/elysiajs)
* IDE - New releases for [VSCode](https://marketplace.visualstudio.com/items?itemName=AikidoSecurity.aikido), and [Jetbrains](https://plugins.jetbrains.com/plugin/24993-aikido-security/versions/stable)
  * [Added Jetbrains CLion](https://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/jetbrains-ide-plugins)
* API - [List snooze and ignored issues from PR](https://apidocs.aikido.dev/reference/listciscanissueactions)
* API - [Get Device Protection SBOM](https://apidocs.aikido.dev/reference/listendpointprotectioninstalledpackages)
* API - [Get SLA settings](https://apidocs.aikido.dev/reference/getslasettings)
* API - [List AutoFix history](https://apidocs.aikido.dev/reference/listautofixhistory)
* API - [GDPR report](https://apidocs.aikido.dev/reference/getgdprcomplianceoverview)
* API - [Get](https://apidocs.aikido.dev/reference/getcontainerrepo), [Add](https://apidocs.aikido.dev/reference/addcontainerlabel), [Update](https://apidocs.aikido.dev/reference/updatecontainerlabel), [Remove](https://apidocs.aikido.dev/reference/removecontainerlabel) Container label
* API - [List repository PR configuration](https://apidocs.aikido.dev/reference/listprchecksconfigurations)


---

# 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/changelog/q3-2026/51-repository-code-quality-scans-ignore-approval-inbox-and-noise-reduction-for-secrets-and-cves.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.
