Skip to content

Bump trufflesecurity/trufflehog from 3.46.1 to 3.52.1 #331

Bump trufflesecurity/trufflehog from 3.46.1 to 3.52.1

Bump trufflesecurity/trufflehog from 3.46.1 to 3.52.1 #331

Workflow file for this run

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