-
Notifications
You must be signed in to change notification settings - Fork 489
Remove comma from rule id #3912
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
Conversation
🌐 Coverage report
|
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.
Looks ok, but we just need to add a new commit to the integration log- packages/cloud_security_posture/changelog.yml
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.
Wrong log type ⏰
- version: "0.0.23" | ||
changes: | ||
- description: Fix rule id typo | ||
type: enhancement |
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.
type should be bugfix
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.
Approved, but please check my comment.
changes: | ||
- description: Fix rule id typo | ||
type: bugfix | ||
link: https://github.com/elastic/cloudbeat/issues/227 |
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.
nit - I see that all other git logs here link the integration PR, and not the GitHub issue.
Fixes elastic/cloudbeat#227
What does this PR do?
Fix a typo in a CSP rule id
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots