Skip to content

feat(labels): estate label tooling + auto-triage for new issues #186

feat(labels): estate label tooling + auto-triage for new issues

feat(labels): estate label tooling + auto-triage for new issues #186

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'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
pull-requests: write
actions: read
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329

Check failure on line 25 in .github/workflows/secret-scanner.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/secret-scanner.yml

Invalid workflow file

error parsing called workflow ".github/workflows/secret-scanner.yml" -> "hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit