Skip to content

Commit 95ae611

Browse files
authored
chore(ci): Add ovs scanner (#4810)
1 parent 8e32c7b commit 95ae611

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ovs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: OSV-Scanner
2+
on:
3+
pull_request:
4+
branches: [main]
5+
merge_group:
6+
branches: [main]
7+
8+
permissions: {}
9+
10+
jobs:
11+
scan-pr:
12+
permissions:
13+
actions: read # Required to upload SARIF file to CodeQL
14+
security-events: write # Require writing security events to upload
15+
contents: read # for checkout
16+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3

0 commit comments

Comments
 (0)