Skip to content

build(deps): Bump trufflesecurity/trufflehog from 3.67.7 to 3.68.0 #372

build(deps): Bump trufflesecurity/trufflehog from 3.67.7 to 3.68.0

build(deps): Bump trufflesecurity/trufflehog from 3.67.7 to 3.68.0 #372

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: TruffleHog
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Declare default permissions as read only.
permissions: read-all
jobs:
trufflehog_job:
runs-on: ubuntu-latest
name: Scan for secrets
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout Source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Check secrets with TruffleHog OSS
uses: trufflesecurity/trufflehog@d53b83b58e37db1e58560a0ea5344470c054793f # v3.68.0
with:
path: ./
head: HEAD
extra_args: --only-verified