File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: PMPL-1.0-or-later
2+ name : Governance
3+
4+ on :
5+ push :
6+ branches : [main, master]
7+ pull_request :
8+ branches : [main, master]
9+ workflow_dispatch :
10+
11+ permissions :
12+ contents : read
13+
14+ jobs :
15+ governance :
16+ uses : hyperpolymath/standards/.github/workflows/governance-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: MPL-2.0
2- # Thin wrapper around hyperpolymath/standards hypatia-scan-reusable.yml.
3- # See standards#191 for the reusable's purpose and design.
4-
1+ # SPDX-License-Identifier: PMPL-1.0-or-later
52name : Hypatia Security Scan
63
74on :
1310 - cron : ' 0 0 * * 0'
1411 workflow_dispatch :
1512
16- # Estate guardrail: cancel superseded runs so re-pushes don't pile up.
17- concurrency :
18- group : ${{ github.workflow }}-${{ github.ref }}
19- cancel-in-progress : true
20-
2113permissions :
2214 contents : read
23- security-events : write
24- pull-requests : write
15+ security-events : read
2516
2617jobs :
27- hypatia :
28- uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@6cd3772824e59c8c9affeab66061e25383544242
29- timeout-minutes : 10
30- secrets : inherit
18+ scan :
19+ uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: AGPL-3 .0-or-later
2- name : Scorecards supply-chain security
1+ # SPDX-License-Identifier: PMPL-1 .0-or-later
2+ name : OSSF Scorecard
33
44on :
5- branch_protection_rule :
6- schedule :
7- - cron : ' 23 4 * * 1'
85 push :
9- branches : [main]
6+ branches : [main, master]
7+ schedule :
8+ - cron : ' 0 4 * * *'
9+ workflow_dispatch :
1010
11- permissions : read-all
11+ permissions :
12+ contents : read
1213
1314jobs :
14- analysis :
15- uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@e0caf11508a3989574713c78f5f444f2ce5e33ef
16- timeout-minutes : 10
17- secrets : inherit
15+ scorecard :
16+ uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
You can’t perform that action at this time.
0 commit comments