> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endorlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/releasenotes/january-2026/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# January 2026

We are excited to introduce the latest features and enhancements in Endor Labs.

### Export scan data to Amazon S3

<Badge icon="star" color="green" shape="pill">New</Badge>

Endor Labs now supports exporting scan data to an Amazon S3 storage bucket for archival, compliance, or integration with other tools. The S3 exporter supports exporting findings in JSON or SARIF format.

For more information, see [Export findings to S3](/integrations/data-exporters/export-to-s3).

### Send separate notifications for each finding

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

You can now use the **None (Notify for each Finding)** aggregation type to send separate notifications for every finding generated from the configured action policy, making it easier to track and assign individual security issues. This aggregation type is supported only for SAST and Secrets action policies.

For more information, see [Aggregation types for notifications](/platform-administration/policies/action-policies#aggregation-types-for-notifications).

### Filter findings by tags in GitHub Advanced Security

<Badge icon="check" color="blue" shape="pill">Enhancement</Badge>

Endor Labs now includes finding tags and categories in the SARIF output when exporting findings to GitHub Advanced Security (GHAS). You can use these tags to filter and identify specific types of findings in GitHub code scanning, such as reachable vulnerabilities, findings with available fixes, or findings by category, like SCA, SAST, and Secrets.

For more information, see [Filter findings by tags in GitHub](/integrations/data-exporters/export-to-ghas#filter-findings-by-tags-in-github).
