feat(labels): estate label tooling + auto-triage for new issues (#197) #485
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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: | ||
| actions: read | ||
| 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@7fdc2705df74b4e352d2a1cde3e87a5923fdf329 | ||
|
Check failure on line 20 in .github/workflows/secret-scanner.yml
|
||
| secrets: inherit | ||