Skip to content

Bump trufflesecurity/trufflehog from 3.54.0 to 3.54.4 #353

Bump trufflesecurity/trufflehog from 3.54.0 to 3.54.4

Bump trufflesecurity/trufflehog from 3.54.0 to 3.54.4 #353

Workflow file for this run

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