Skip to content

Commit a384e7a

Browse files
ci: OSV security scanning workflow
Closes #51 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 636032d commit a384e7a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/osv-scanner.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: OSV Scanner
2+
on:
3+
schedule:
4+
- cron: "17 3 * * 1"
5+
workflow_dispatch:
6+
permissions:
7+
contents: read
8+
security-events: write
9+
jobs:
10+
scan:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: google/osv-scanner/actions/scanner@v2
15+
with:
16+
scan-args: |-
17+
--lockfile=uv.lock

0 commit comments

Comments
 (0)