Skip to content

Bump trufflesecurity/trufflehog from 3.46.1 to 3.46.2 #317

Bump trufflesecurity/trufflehog from 3.46.1 to 3.46.2

Bump trufflesecurity/trufflehog from 3.46.1 to 3.46.2 #317

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@78d06658caa0fcb48e1afb760e3528ff4ab3167c
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD