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

Query: Top 10 Actions

Description

List the 10 most frequently recorded actions in the audit events.

Usage

powerpipe query github_audit_log_detections.query.activity_dashboard_events_by_action

Tailpipe Tables

SQL

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

Dashboards

The query is used in the dashboards: