Skip to content

ci(security): add CodeQL and OSV-Scanner workflows #1

ci(security): add CodeQL and OSV-Scanner workflows

ci(security): add CodeQL and OSV-Scanner workflows #1

Workflow file for this run

name: OSV-Scanner
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * 1"
permissions:
security-events: write
contents: read
actions: read
jobs:
osv-scan:
name: OSV Vulnerability Scan
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run OSV-Scanner
uses: google/osv-scanner-action/osv-action@v2
with:
scan-args: |-
--recursive