Skip to content

Bump trufflesecurity/trufflehog from 3.73.0 to 3.74.0 #445

Bump trufflesecurity/trufflehog from 3.73.0 to 3.74.0

Bump trufflesecurity/trufflehog from 3.73.0 to 3.74.0 #445

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
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