Skip to content

Update google/osv-scanner-action action to v1.9.2 #45

Update google/osv-scanner-action action to v1.9.2

Update google/osv-scanner-action action to v1.9.2 #45

Workflow file for this run

name: OSV-Scanner
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: 34 10 * * 1
workflow_dispatch: {}
permissions:
actions: read
contents: read
security-events: write
jobs:
scan-scheduled:
name: OSV scan scheduled
if: github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@daa2c68f50d845057895a9c300e42478481c1d26 # v1.9.1
with:
scan-args: |-
-r
--skip-git
./
scan-pr:
name: OSV scan PR
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@daa2c68f50d845057895a9c300e42478481c1d26 # v1.9.1
with:
scan-args: |-
-r
--skip-git
./