Skip to content

Note inherited ssh-agent handling for commit signing #162

Note inherited ssh-agent handling for commit signing

Note inherited ssh-agent handling for commit signing #162

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