mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-06-26 06:11:46 +00:00
commit
b3363462e6
18
.github/workflows/osv-scanner-pr.yaml
vendored
Normal file
18
.github/workflows/osv-scanner-pr.yaml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: OSV-Scanner PR Scan
|
||||||
|
|
||||||
|
# Change "main" to your default branch if you use a different name, i.e. "master"
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
merge_group:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
# 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/osv-scanner-reusable.yml@v1.7.1"
|
Loading…
Reference in New Issue
Block a user