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 e53a7dd commit ba0d0e9
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:
push:
branches: [ develop ]
merge_group:

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

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

0 comments on commit ba0d0e9

Please sign in to comment.