-
Notifications
You must be signed in to change notification settings - Fork 503
[Qualys GAV] - Added support for configuring cel max_executions parameter #15748
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
base: main
Are you sure you want to change the base?
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
Rather than repeating the title of the change in the body of the commit message, it should either be empty, or preferably an explanation of why it's necessary.
Suggest
The maximum page size for pagination is 300, meaning that without being
able to configure the maximum number of executions users would be
limited to 300k assets.
| resource.timeout: {{http_client_timeout}} | ||
| {{/if}} | ||
| resource.url: {{url}} | ||
| max_executions: {{max_executions}} |
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.
| max_executions: {{max_executions}} | |
| {{#if max_executions}} | |
| max_executions: {{max_executions}} | |
| {{/if}} |
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.
Yes, please. This is defensive.
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.
done
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @ShourieG |
Type of change
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots