Skip to content

Commit

Permalink
ci: added osv-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
milinddethe15 authored and metaclips committed Oct 2, 2023
1 parent c31a0d6 commit bde2465
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: OSV-Scanner

# Default branch is "develop"
on:
pull_request:
branches: [ develop ]
merge_group:
branches: [ develop ]

# Declaring default permissions as read only.
permissions: read-all

jobs:
scan-pr:
uses: "google/osv-scanner/.github/workflows/osv-scanner-reusable-pr.yml@main"

0 comments on commit bde2465

Please sign in to comment.