From a384e7a335827776ed8f39fcf992325f96315f94 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Thu, 16 Jul 2026 03:18:02 -0300 Subject: [PATCH] ci: OSV security scanning workflow Closes #51 Co-authored-by: Cursor --- .github/workflows/osv-scanner.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/osv-scanner.yml diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml new file mode 100644 index 0000000..35689e6 --- /dev/null +++ b/.github/workflows/osv-scanner.yml @@ -0,0 +1,17 @@ +name: OSV Scanner +on: + schedule: + - cron: "17 3 * * 1" + workflow_dispatch: +permissions: + contents: read + security-events: write +jobs: + scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: google/osv-scanner/actions/scanner@v2 + with: + scan-args: |- + --lockfile=uv.lock