Skip to content

CI Pipeline

CI Pipeline #1066

Workflow file for this run

name: CI Pipeline
on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
concurrency:
group: osv-rules-ci
cancel-in-progress: false
jobs:
generate:
strategy:
matrix:
ecosystem: [npm, pypi]
uses: ./.github/workflows/_osv_rulegen.yml
with:
ecosystem: ${{ matrix.ecosystem }}
rulesets_dir: rulesets
commit:
needs: generate
uses: ./.github/workflows/_commit.yml
with:
rulesets_dir: rulesets
secrets:
app_id: ${{ secrets.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}