Skip to content

Checking for secrets in "refs/heads/dependabot/github_actions/trufflesecurity/trufflehog-3.81.10" #1042

Checking for secrets in "refs/heads/dependabot/github_actions/trufflesecurity/trufflehog-3.81.10"

Checking for secrets in "refs/heads/dependabot/github_actions/trufflesecurity/trufflehog-3.81.10" #1042

Workflow file for this run

# SPDX-FileCopyrightText: 2021 - 2023 Mewbot Developers <mewbot@quicksilver.london>
#
# SPDX-License-Identifier: BSD-2-Clause
name: Trufflehog
run-name: "Checking for secrets in \"${{ github.ref }}\""
on: push
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.81.10
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD