File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: AGPL-3.0-or-later
2- name : OSSF Scorecard
2+ name : Scorecards supply-chain security
3+
34on :
4- push :
5- branches : [main, master]
5+ branch_protection_rule :
66 schedule :
7- - cron : ' 0 4 * * *'
8- workflow_dispatch :
9-
10- # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
11- # updates do not pile up queued runs against the shared account-wide
12- # Actions concurrency pool. Applied only to read-only check workflows
13- # (no publish/mutation), so cancelling a superseded run is always safe.
14- concurrency :
15- group : ${{ github.workflow }}-${{ github.ref }}
16- cancel-in-progress : true
7+ - cron : ' 23 4 * * 1'
8+ push :
9+ branches : [main]
1710
1811permissions : read-all
1912
2013jobs :
2114 analysis :
22- runs-on : ubuntu-latest
23- permissions :
24- security-events : write
25- id-token : write
26- steps :
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28- with :
29- persist-credentials : false
30-
31- - name : Run Scorecard
32- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.3.1
33- with :
34- results_file : results.sarif
35- results_format : sarif
36-
37- - name : Upload results
38- uses : github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.31.8
39- with :
40- sarif_file : results.sarif
15+ uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e0caf11508a3989574713c78f5f444f2ce5e33ef
16+ secrets : inherit
You can’t perform that action at this time.
0 commit comments