Lines Matching +full:repo +full:- +full:token
2 # by a third-party and are governed by separate terms of service, privacy
5 name: Scorecards supply-chain security
7 # For Branch-Protection check. Only the default branch is supported. See
8 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
13 - cron: '43 7 * * 6'
16 - main
18 permissions: read-all
23 runs-on: ubuntu-latest
26 security-events: write
27 # Needed for GitHub OIDC token if publish_results is true
28 id-token: write
31 - name: "Checkout code"
34 persist-credentials: false
36 - name: "Run analysis"
37 uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
42 # - Allows the repository to include the Scorecard badge.
43 # - See https://github.com/ossf/scorecard-action#publishing-results.
48 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
49 - name: "Upload artifact"
50 uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
54 retention-days: 5
57 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
58 - name: "Upload to code-scanning"
59 uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15