Skip to content

docs(merge-gate): confirm post-merge jobs by commit SHA, not run list #160

docs(merge-gate): confirm post-merge jobs by commit SHA, not run list

docs(merge-gate): confirm post-merge jobs by commit SHA, not run list #160

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