Skip to content

Update google/osv-scanner-action action to v1.9.0 #11

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

Update google/osv-scanner-action action to v1.9.0 #11

Workflow file for this run

name: OSV-Scanner
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: 34 10 * * 1
workflow_dispatch: {}
permissions:
security-events: write
contents: read
jobs:
scan-scheduled:

Check failure on line 19 in .github/workflows/osv-scanner.yaml

View workflow run for this annotation

GitHub Actions / OSV-Scanner

Invalid workflow file

The workflow is not valid. .github/workflows/osv-scanner.yaml (Line: 19, Col: 3): Error calling workflow 'google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b'. The workflow is requesting 'actions: read', but is only allowed 'actions: none'.
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@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
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@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
with:
scan-args: |-
-r
--skip-git
./