Skip to content

Security Scan

Security Scan #3

Workflow file for this run

name: Security Scan
on:
push:
branches: [main, master]
schedule:
- cron: '0 0 * * 1' # Weekly scan on Mondays
jobs:
gitleaks:
uses: juninmd/base-actions/.github/workflows/reusable-security-scan.yml@main