Navigation :
Github Dependabot Alert
Github Dependabot Alert
Description
This search looks for Dependabot Alerts in Github logs.
Help |
---|
Github Dependabot Alert HelpYou must index GitHub logs. You can follow the url in reference to onboard GitHub logs. |
Search |
---|
`github` alert.id=* action=create | rename repository.full_name as repository, repository.html_url as repository_url sender.login as user | stats min(_time) as firstTime max(_time) as lastTime by action alert.affected_package_name alert.affected_range alert.created_at alert.external_identifier alert.external_reference alert.fixed_in alert.severity repository repository_url user | eval phase="code" | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `github_dependabot_alert_filter` Open in Search |