Skip to content

Bump actions/checkout from 3.6.0 to 4.1.5 #132

Bump actions/checkout from 3.6.0 to 4.1.5

Bump actions/checkout from 3.6.0 to 4.1.5 #132

Workflow file for this run

name: TruffleHog Secrets Scan
on: [pull_request]
permissions:
contents: read
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@1c727b66c0c29b9f01135914b20d7d8449404ab5 # main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified