Skip to content

Bump psy/psysh from 0.11.22 to 0.12.4 #469

Bump psy/psysh from 0.11.22 to 0.12.4

Bump psy/psysh from 0.11.22 to 0.12.4 #469

Workflow file for this run

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