Skip to content

Commit

Permalink
Fixing up naming
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray committed Sep 12, 2020
1 parent 8dc25c6 commit 6355fc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# security-report-action
# github-security-report-action

A GitHub Action for generating PDF reports for GitHub Advanced Security Code Scan Results and Dependency Vulnerabilities.

Expand Down Expand Up @@ -39,7 +39,7 @@ a future release to provide customization of these templates, via an ability to

```
name: Generate Security Report
uses: peter-murray/security-report@v1
uses: peter-murray/github-security-report-action@v1
with:
token: ${{ secrets.SECURITY_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: security-report-action
name: GitHub Security Report Action
description: Generates security reports for a GitHub repository
author: Peter Murray

Expand Down

0 comments on commit 6355fc1

Please sign in to comment.