Skip to content

security-checks

security-checks #477

name: security-checks
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: 0 1 * * 1-5
jobs:
dependency-scan:
uses: centreon/security-tools/.github/workflows/dependency-analysis.yml@main
secrets-scan:
uses: centreon/security-tools/.github/workflows/gitleaks-analysis.yml@main