Skip to content

ci: replace Super-Linter with reusable quality and security workflows… #3

ci: replace Super-Linter with reusable quality and security workflows…

ci: replace Super-Linter with reusable quality and security workflows… #3

Workflow file for this run

---
on:
- pull_request
- push
name: security
permissions:
contents: read
jobs:
security:
uses: yii2-framework/actions/.github/workflows/security.yml@e02758a41a2a811fb3e706735192979171b2260d # v2.0.1
permissions:
contents: read
with:
gitleaks-config: .github/linters/.gitleaks.toml
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}