fix(ci): bind forge SSH key to SSH_PRIVATE_KEY env so mirror guards w… #102
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: OSSF Scorecard | ||
| on: | ||
| push: | ||
| branches: [main, master] | ||
| schedule: | ||
| - cron: '0 4 * * *' | ||
| workflow_dispatch: | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| scorecard: | ||
|
Check failure on line 15 in .github/workflows/scorecard.yml
|
||
| uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910 | ||