Skip to content

Commit dc8c11f

Browse files
committed
add OSV workflow
1 parent 3e3f7cc commit dc8c11f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/security-osv.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
on:
2+
pull_request:
3+
branches: [main]
4+
merge_group:
5+
branches: [main]
6+
workflow_dispatch: {}
7+
schedule:
8+
- cron: "30 12 * * 1"
9+
push:
10+
branches: [main]
11+
12+
name: OpenSource Vulnerability Scanner
13+
run-name: OpenSource Vulnerability Scanner
14+
15+
permissions:
16+
contents: read
17+
18+
jobs:
19+
scan-pr:
20+
permissions:
21+
actions: read
22+
contents: read
23+
security-events: write
24+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@764c91816374ff2d8fc2095dab36eecd42d61638"

0 commit comments

Comments
 (0)