Skip to content

Bump trufflesecurity/trufflehog from 3.31.6 to 3.40.0 #289

Bump trufflesecurity/trufflehog from 3.31.6 to 3.40.0

Bump trufflesecurity/trufflehog from 3.31.6 to 3.40.0 #289

Workflow file for this run

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