turbot/tailpipe-mod-github-security-log-detections

Query: Top 10 Events by Action

Description

Group security log events by action type.

Usage

powerpipe query github_security_log_detections.query.activity_dashboard_events_by_action

Tailpipe Tables

SQL

select
action as "Action",
count(*) as "Events"
from
github_security_log
group by
action
order by
"Events" desc
limit 10;

Dashboards

The query is used in the dashboards: