Skip to content

fix(ci): drop the retired inline trufflehog job #431

fix(ci): drop the retired inline trufflehog job

fix(ci): drop the retired inline trufflehog job #431

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
name: Secret Scanner
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
# The reusable workflow's gitleaks job elevates to these permissions;
# a called workflow cannot exceed the caller's grant, so they must be
# granted here or the run dies with startup_failure.
permissions:
contents: read
pull-requests: write
actions: read
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
secrets: inherit