Skip to content

docs(pr-finish): preflight readiness, bot-review round-collapse, verify-push-landed, exact-job CI fix #177

docs(pr-finish): preflight readiness, bot-review round-collapse, verify-push-landed, exact-job CI fix

docs(pr-finish): preflight readiness, bot-review round-collapse, verify-push-landed, exact-job CI fix #177

Workflow file for this run

name: Security
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
gitleaks:
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
dependency-review:
if: github.event_name == 'pull_request'
uses: netresearch/.github/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: write
composer-audit:
uses: netresearch/typo3-ci-workflows/.github/workflows/security.yml@main