**New Features**
- Support for secrets scan in pre-receive hook: With this feature, you can now scan your code for sensitive information, such as passwords and API keys, before it is committed to your repository. This helps you catch potential security vulnerabilities early in the development process.
- SCA scanning beta: We're introducing support for Software Composition Analysis (SCA) scanning. With SCA scanning, you can detect and manage open-source components and their licenses in your codebase, ensuring compliance with legal and security requirements.
- SAST scanning beta: We're also introducing support for Static Application Security Testing (SAST) scanning. SAST scans analyze your code for security vulnerabilities, including common coding errors and potential attack vectors.
- Dependency vulnerabilities fixes: We've fixed several dependency vulnerabilities to improve the security and stability.
**Bug Fixes**
- We've addressed several issues reported by our users.