Skip to content

Checking for secrets in "refs/heads/dependabot/pip/importlib-metadata-approx-eq-8.2.0" #1031

Checking for secrets in "refs/heads/dependabot/pip/importlib-metadata-approx-eq-8.2.0"

Checking for secrets in "refs/heads/dependabot/pip/importlib-metadata-approx-eq-8.2.0" #1031

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.76.3
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD