Skip to content

Bump trufflesecurity/trufflehog from 3.74.0 to 3.76.3 #457

Bump trufflesecurity/trufflehog from 3.74.0 to 3.76.3

Bump trufflesecurity/trufflehog from 3.74.0 to 3.76.3 #457

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@da25ac2e7f7eef8c2daf1f8b6dae34e780c7fd96 # v3.76.3
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD