Skip to content

fix(ci): estate-wide foundational remediation (#171) #440

fix(ci): estate-wide foundational remediation (#171)

fix(ci): estate-wide foundational remediation (#171) #440

# 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
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
secrets: inherit