Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo (report column and README) #1

Merged
merged 1 commit into from Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -65,19 +65,19 @@ jobs:

### SSH key report

| Column | Description |
| :----------------------- | :----------------------------------------------------------- |
| Username | Name of the user the SSH key belongs to |
| Credential Authorized At | Date the SSH key was first allowed acces to the organization |
| Credential Accessed At | Date the SSH key was last accessed |
| Credential Title | Name of the SSH key |
| Column | Description |
| :----------------------- | :------------------------------------------------------------ |
| Username | Name of the user the SSH key belongs to |
| Credential Authorized At | Date the SSH key was first allowed access to the organization |
| Credential Accessed At | Date the SSH key was last accessed |
| Credential Title | Name of the SSH key |

### Personal access token report

| Column | Description |
| :------------------------- | :------------------------------------------------------------------ |
| Username | Name of the user the token belongs to |
| Credential Authorized At | Date the token was first allowed acces to the organization |
| Credential Authorized At | Date the token was first allowed access to the organization |
| Credential Accessed At | Date the token was last accessed |
| Credential Expires At | Date the token will expire |
| Authorized Credential Note | Name of the token |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
| Repo: Actions | Workflows, workflow runs and artifacts |
| Repo: Administration | Repository creation, deletion, settings, teams, and collaborators |
| Repo: Checks | Checks on code |
| Repo: Code sanning alerts | View and manage security events like code scanning alerts |
| Repo: Code scanning alerts | View and manage security events like code scanning alerts |
| Repo: Commit statuses | Commit statuses |
| Repo: Contents | Repository contents, commits, branches, downloads, releases, and merges |
| Repo: Dependabot alerts | Retrieve Dependabot alerts |
Expand Down
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -390,7 +390,7 @@ async function formatApp(appArray) {
actions: 'Repo: Actions',
administration: 'Repo: Administration',
checks: 'Repo: Checks',
security_events: 'Repo: Code sanning alerts',
security_events: 'Repo: Code scanning alerts',
statuses: 'Repo: Commit statuses',
contents: 'Repo: Contents',
vulnerability_alerts: 'Repo: Dependabot alerts',
Expand Down