Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,17 @@ The OSV-Scanner GitHub Action can be [automatically](#automatic-installation) or

![Select the actions tab on the repository navigation bar.](./images/actions-tab.png)

2) Search for "OSV".
2) (If you already have existing workflows) Select "New Workflow" on the top left.

3) Search for "OSV".

![Image shows the GitHub Actions search bar.](./images/osv-scanner-search.png)

3) Choose the "OSV Scanner" from the list of workflows, and then click “Configure”.
4) Choose the "OSV Scanner" from the list of workflows, and then click “Configure”.

![Image shows OSV Scanner workflow after searching](./images/osv-scanner-configure.png)

4) Configure the workflow
5) Configure the workflow

The automatically installed GitHub Action includes functionality for both a [scheduled scan](#scheduled-scan) and a [scan on pull request](#scan-on-pull-request).

Expand Down