-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(secretsmanager): add new check secretsmanager_secret_rotated_periodically
#5450
feat(secretsmanager): add new check secretsmanager_secret_rotated_periodically
#5450
Conversation
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5450 +/- ##
==========================================
+ Coverage 89.36% 89.81% +0.44%
==========================================
Files 1053 1112 +59
Lines 32649 34492 +1843
==========================================
+ Hits 29178 30980 +1802
- Misses 3471 3512 +41 ☔ View full report in Codecov by Sentry. |
You can check the documentation for this PR here -> Prowler Documentation |
…riodically` (#5450) Co-authored-by: Sergio <[email protected]>
…riodically` (#5450) Co-authored-by: Sergio <[email protected]>
Context
Add new configurable check to ensure if secrets have rotated in certain amount of time.
Description
max_days_secret_unrotated
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.