-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(prowler-check-kreator): ProwlerChecKreator
first version
#5099
feat(prowler-check-kreator): ProwlerChecKreator
first version
#5099
Conversation
this is an script that helps to create checks with AI
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5099 +/- ##
==========================================
+ Coverage 89.71% 89.89% +0.18%
==========================================
Files 1086 1122 +36
Lines 33619 34782 +1163
==========================================
+ Hits 30160 31267 +1107
- Misses 3459 3515 +56 ☔ View full report in Codecov by Sentry. |
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 |
ProwlerChecKreator
first version
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 |
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 |
1 similar comment
You can check the documentation for this PR here -> Prowler Documentation |
9baaf3e
to
39a3526
Compare
You can check the documentation for this PR here -> Prowler Documentation |
39a3526
to
33a258a
Compare
You can check the documentation for this PR here -> Prowler Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, do the following changes:
-
Add the required Python library to the documentation.
-
Fix -> Error: cannot access local variable ‘test_template’ when it has not been assigned a value.
-
Rearrange questions and simplify them: "Do you want to use AI?" -> "Which model?" -> "Do you want to overwrite existing files?"
-
Automatically include 10 reference examples by default, rather than relying on the user to provide them.
-
Add support for additional providers.
-
If the GEMINI_API_KEY environment variable is not set, prompt the user to enter it.
You can check the documentation for this PR here -> Prowler Documentation |
You can check the documentation for this PR here -> Prowler Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it @puchy22 !!
Context
I created a script that helps to create checks with AI (Gemini for now).
Description
Added some scripts in utils.
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.