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@915139d73560e65a8240b8fc7768698658502c89
29- secrets : inherit
18+ scan :
19+ uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments