Skip to content
Open
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
24 changes: 24 additions & 0 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: OSV Scanner

on:
pull_request:
branches:
- main
schedule:
- cron: '0 3 * * 1'
workflow_dispatch:

jobs:
scan:
name: Run OSV Security Scan
runs-on: ubuntu-latest

steps:
- name: Checkout the branch
uses: actions/checkout@v4

- name: Run OSV Scanner
uses: google/osv-scanner-action@v1
with:
scan-args: |-
-r .