OSSF Scorecard by @github-merge-queue 0f556f25f4145027278688606a0089e381b8d6af #238
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: OSSF Scorecard | |
| on: | |
| branch_protection_rule: | |
| schedule: | |
| - cron: '00 12 * * 0' | |
| push: | |
| branches: [ "main" ] | |
| permissions: read-all | |
| run-name: OSSF Scorecard by @${{ github.actor }} ${{ github.sha }} | |
| jobs: | |
| analysis: | |
| name: Scorecard analysis | |
| runs-on: blacksmith-4vcpu-ubuntu-2404 | |
| permissions: | |
| security-events: write | |
| id-token: write | |
| steps: | |
| - name: "Checkout code" | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| with: | |
| persist-credentials: false | |
| - name: "Run analysis" | |
| uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 | |
| with: | |
| results_file: results.sarif | |
| results_format: sarif | |
| publish_results: true |