Skip to content

Commit

Permalink
updating based on testing
Browse files Browse the repository at this point in the history
Signed-off-by: Hayley Denbraver <[email protected]>
  • Loading branch information
Hayley Denbraver committed Sep 19, 2023
1 parent 663a781 commit 14718fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
scan-scheduled:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable-scheduled.yml@main"
```
The above code assumes that your primary branch is called `main`, if you use another name, like `master`, you will need to update the file to correspond with your primary branch name.

As written, the scanner will run on 12:12 pm UTC every Monday. You can change the schedule by following the instructions [here](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule).

Expand Down Expand Up @@ -77,4 +78,8 @@ jobs:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable-pr.yml@main"
```

The above code assumes that your primary branch is called `main`, if you use another name, like `master`, you will need to update the file to correspond with your primary branch name.

### View results

Results may be viewed by clicking on the details of the failed action.

0 comments on commit 14718fa

Please sign in to comment.