Release Note - Selefra v0.2.3
Date: June 30, 2023
We are excited to announce the release of Selefra v0.2.3, an open-source Policy-as-Code (PaC) product. This version introduces several bug fixes and enhancements to improve your experience with Selefra.
Here are some key updates:
- [Feature]Modules support filtering, while labels support customization of any format. by @FelixsJiang in #30
- [Fixed]Change the uses to string. by @FelixsJiang in #30
- [Feature]Add output error handling. by @FelixsJiang in #30
In the new version, you can filter out unnecessary policies by configuring a filter in modules to streamline the results.
Specifically, you can configure it as follows:
modules:
- name: aws-misconfiguration-s3
uses: ./rules
filter:
- name: ebs_encryption_is_disabled_by_default
severity: Low
This example will filter out the policy with name is ebs_encryption_is_disabled_by_default or the Policy with low severity.
Summarize
To get started with Selefra v0.2.3, please visit our official repository (Github: https://github.com/selefra/selefra) and follow the installation instructions. Remember to update your current version to benefit from the latest enhancements.
Thanks for your continued support, and we hope you find Selefra v0.2.3 to be a valuable PaC implementing tool in your projects.
Enjoy!
The Selefra Team
Github: https://github.com/selefra/selefra
recommended reading
How to spot and fix issues with publicly accessible AWS S3 buckets
Top comments (0)