Skip to content

Bump phpunit/phpunit from 10.2.6 to 10.3.2 #327

Bump phpunit/phpunit from 10.2.6 to 10.3.2

Bump phpunit/phpunit from 10.2.6 to 10.3.2 #327

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@5043fc87566b949e955b297b706dc29cb2e2e145
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD