Skip to content

Bump phpstan/phpstan from 1.10.29 to 1.10.32 #336

Bump phpstan/phpstan from 1.10.29 to 1.10.32

Bump phpstan/phpstan from 1.10.29 to 1.10.32 #336

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@9ae72308bed926be04748d9d0632a8770cf7b524
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD