Skip to content

chore(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.0.2 to 2.3.8 #7

chore(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.0.2 to 2.3.8

chore(deps): bump google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml from 2.0.2 to 2.3.8 #7

Workflow file for this run

name: OSV-Scanner
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
schedule:
- cron: '0 6 * * 1'
workflow_dispatch:
permissions: read-all
jobs:
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@v2.3.8"
permissions:
actions: read
contents: read
security-events: write
scan-pr:
if: ${{ github.event_name == 'pull_request' }}
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.0.2"
permissions:
actions: read
contents: read
security-events: write