Skip to content

Remove require_entity_type, bump to v1.6.0 #64

Remove require_entity_type, bump to v1.6.0

Remove require_entity_type, bump to v1.6.0 #64

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
osv-scan:
name: Dependency Scan
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 5
steps:
- uses: useblacksmith/checkout@v1
- name: Install osv-scanner
run: |
curl -fsSL https://github.com/google/osv-scanner/releases/download/v2.3.2/osv-scanner_linux_amd64 -o osv-scanner
chmod +x osv-scanner
- name: Scan dependencies
run: ./osv-scanner --lockfile=bun.lock --format=table || true