Skip to content

Update requirements.txt #75

Update requirements.txt

Update requirements.txt #75

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
name: OSV-Scanner
on:
pull_request: { branches: [ "main" ] }
merge_group: { branches: [ "main" ] }
schedule: [ { cron: '38 6 * * 6' } ]
push: { branches: [ "main" ] }
permissions: { security-events: write, contents: read }

Check failure on line 8 in .github/workflows/osv-scanner.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/osv-scanner.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs: { scan-scheduled: { if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}, uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@1f1242919d8a60496dd1874b24b62b2370ed4c78", with: { scan-args: |-
-r
--skip-git
./ } }, 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@1f1242919d8a60496dd1874b24b62b2370ed4c78", with: { scan-args: |-
-r
--skip-git
./
} } }