Closed
Description
Describe the bug
The code scanning event type definition is too greedy. The definition also captures secret scanning alerts. This causes difficulties when searching based on event types.
To Reproduce
Steps to reproduce the behavior:
- Search for `eventtype="GitHub::SecretScanning"
- Expand the
eventtype
field for any result - Notice that all the findings come back with both the
GitHub::SecretScanning
andGitHub::CodeScanning
event types
Expected behavior
Any event which is a secret scanning event should only return with the event type of secret scanning
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.