You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Audit GitHub workflow runs for an org or Enterprise, using the audit log
1
+
# Audit GitHub workflow runs for an organization, Enterprise or repository
2
2
3
-
Check the audit log for a GitHub Enterprise or organization for workflow runs, listing the Actions and specific versions and commits used in them.
3
+
Check the audit log for a GitHub Enterprise/organization (or just list the runs, for a repository) for workflow runs created between the start date and end date.
4
+
5
+
Lists the Actions and specific versions and commits used in them.
4
6
5
7
Optionally, filter by a particular action, possibly including a commit SHA of interest.
6
8
@@ -15,8 +17,8 @@ Set a `GITHUB_TOKEN` in the environment with appropriate access to the audit log
15
17
16
18
For Enterprise Server or Data Residency users, please set `GITHUB_BASE_URL` in your environment, e.g. `https://github.acme-inc.com/api/v3`
17
19
18
-
```bash
19
-
node audit_workflow_runs.js <org or enterprise name><"ent" or "org"><start date><end date> [<action>] [<commit SHA>]
0 commit comments