ferrflow 7.1.0

Universal semantic versioning for monorepos and classic repos
Documentation
name: Security scan

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
  schedule:
    - cron: '0 6 * * *'
  workflow_dispatch:

permissions:
  contents: read
  security-events: write

jobs:
  scan:
    name: Secrets + CVE
    uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@fb1b42e10ae85ecfcfa2a00e4a40cd81e3d4237e # main
    secrets: inherit