OpenSSF Scorecard #25
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
| name: OpenSSF Scorecard | |
| on: | |
| push: | |
| branches: [main] | |
| schedule: | |
| - cron: '30 4 * * 1' | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| scorecard: | |
| uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@9ddacafbe3260312cb1cc3f9974ad2fece8effe0 | |
| permissions: | |
| security-events: write # Needed to write to the GitHub Security tab | |
| id-token: write # Needed for OIDC authentication | |
| contents: read # Needed to read repository contents | |
| actions: read # Needed to read GitHub Actions workflows |