Skip to content

Bump psy/psysh from 0.11.22 to 0.12.1 #420

Bump psy/psysh from 0.11.22 to 0.12.1

Bump psy/psysh from 0.11.22 to 0.12.1 #420

Workflow file for this run

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