Skip to content

fix(ci): OSSF Changes #10

fix(ci): OSSF Changes

fix(ci): OSSF Changes #10

Workflow file for this run

name: OSV-Scanner
# Change "main" to your default branch if you use a different name, i.e. "master"
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
workflow_dispatch: {}
schedule:
- cron: "30 12 * * 1"
# Change "main" to your default branch if you use a different name, i.e. "master"
push:
branches: [main]
permissions:
actions: read
contents: read
jobs:
scan-pr:

Check failure on line 22 in .github/workflows/osv.yml

View workflow run for this annotation

GitHub Actions / OSV-Scanner

Invalid workflow file

The workflow is not valid. .github/workflows/osv.yml (Line: 22, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/[email protected]'. The workflow is requesting 'actions: read, contents: read', but is only allowed 'actions: none, contents: none'.
permissions:
security-events: write
uses: "google/osv-scanner-action/.github/workflows/[email protected]"