Skip to content

Bump trufflesecurity/trufflehog from 3.70.3 to 3.71.0 #433

Bump trufflesecurity/trufflehog from 3.70.3 to 3.71.0

Bump trufflesecurity/trufflehog from 3.70.3 to 3.71.0 #433

Workflow file for this run

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