> ## 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/previous-releases/release-1-6-372/index",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# July 2024

We are excited to introduce you to the latest version of Endor Labs and endorctl - v1.6.372. This release includes new features and enhancements.

### Scan containers (Beta)

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

Endor Labs introduces comprehensive container image scanning to help you identify and prioritize risks while ensuring compliance.

**Key Features**:

* **Operating system packages**: Detects packages installed via the container's base OS package manager.
* **Programming language packages**: Identifies packages installed through language-specific package managers.
* **Libraries and dependencies**: Scans for static and dynamic libraries, and runtime dependencies required by the application.

In addition, Endor Labs generates an SBOM (Software Bill of Materials) that details all components, their versions, and associated metadata, providing a complete inventory of the container's contents.

<img src="https://mintcdn.com/endorlabs-b4795f4f/2CFeZIRm7eKUPEq0/images/releasenotes/previous-releases/container-overview.webp?fit=max&auto=format&n=2CFeZIRm7eKUPEq0&q=85&s=66cd0d82eb913c596f3d85f42a04e466" alt="Container scan" width="2988" height="1706" data-path="images/releasenotes/previous-releases/container-overview.webp" />

### Customize notification templates

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

Endor Labs provides out-of-the-box notification templates with standard information for policy violation messages in GitHub PR comments, webhooks, email, and Slack notifications. You can use the default template or customize it to fit your organization’s specific requirements. Additionally, you can create your custom templates using [Go Templates](https://pkg.go.dev/text/template).

For more details, see

* [Customize GitHub PR comments notification templates](/setup-deployment/ci-cd/scan-with-github-actions#customize-github-pr-comments-notification-templates).
* [Customize email notification templates](/integrations/email#customize-email-notification-templates).
* [Customize webhook notification templates](/integrations/webhooks#customize-webhook-notification-templates).
* [Customize Slack notification templates](/integrations/slack#customize-slack-notification-templates).
