Skip to content

Bump step-security/harden-runner from 2.6.1 to 2.7.1 #124

Bump step-security/harden-runner from 2.6.1 to 2.7.1

Bump step-security/harden-runner from 2.6.1 to 2.7.1 #124

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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
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