name: Security scan
on:
push:
branches:
pull_request:
branches:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
name: Secrets + CVE
permissions:
contents: read
security-events: write
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@2fc11d8f6bcfd293e1c2bbf3598196e93f21b2ad # main
secrets: inherit