Skip to content

Commit

Permalink
Create osv-scanner-pr.yml
Browse files Browse the repository at this point in the history
OSV-Scanner is used to find existing vulnerabilities affecting  project's dependencies
  • Loading branch information
mandlil authored Oct 8, 2024
1 parent a26720c commit 935650e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/osv-scanner-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: OSV-Scanner PR Scan

on:
pull_request:
branches: [master]
merge_group:
branches: [master]

permissions:
# Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
actions: read
# Require writing security events to upload SARIF file to security tab
security-events: write
# Only need to read contents
contents: read

jobs:
scan-pr:
uses: "google/osv-scanner-action/.github/workflows/[email protected]"

0 comments on commit 935650e

Please sign in to comment.