ABI Layer 2: prove forbidden actions are never permitted (ethical safety) — flagship Idris2 proof #103
Workflow file for this run
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: | ||
| contents: read | ||
| jobs: | ||
| scan: | ||
|
Check failure on line 17 in .github/workflows/secret-scanner.yml
|
||
| uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 | ||
| secrets: inherit | ||