Skip to content

feat: base commit

feat: base commit #1

name: dependency-scan
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
on:
pull_request:
paths:
- '**'
- '!lib/crates/**'
- '!tests/**'
workflow_dispatch:
jobs:
dependency-scan:
uses: centreon/security-tools/.github/workflows/dependency-analysis.yml@main