Skip to content

[actions] Bump trufflesecurity/trufflehog from 3.96.0 to 3.97.0 #190

[actions] Bump trufflesecurity/trufflehog from 3.96.0 to 3.97.0

[actions] Bump trufflesecurity/trufflehog from 3.96.0 to 3.97.0 #190

Workflow file for this run

name: 'Scan project for secrets & sensitive information'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
secret-scan:
name: Scan project for secrets
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Secret scanning
uses: trufflesecurity/trufflehog@bcfcf73aaf4759d4dadc2783177c245a02792318 # v3
with:
base: ''
head: ${{ github.ref_name }}
extra_args: --only-verified