Skip to content

ci: vendor validation scripts and remove remote action pins (#327) #1178

ci: vendor validation scripts and remove remote action pins (#327)

ci: vendor validation scripts and remove remote action pins (#327) #1178

# 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's gitleaks job requests pull-requests: write (PR summary
# comment) and actions: read (workflow-run metadata) at job level; the
# caller must grant at least that or the run startup-fails.
permissions:
contents: read
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586 # main 2026-05-28 (SPDX bump #249 + pragma/.shell-secrets-ignore fix #236)
secrets: inherit