Skip to content

Commit 4695d58

Browse files
bootc-bot[bot]bootc-dev Bot
andauthored
Sync common files from infra repository (#26)
Synchronized from bootc-dev/infra@e6bcd34. Signed-off-by: bootc-dev Bot <bot@bootc.dev> Co-authored-by: bootc-dev Bot <bot@bootc.dev>
1 parent b35086d commit 4695d58

File tree

3 files changed

+29
-51
lines changed

3 files changed

+29
-51
lines changed

.bootc-dev-infra-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d5a5a62c9810a416e4cc98f377c05343393f7c14
1+
e6bcd3444045825b890b2203bed18ea9c1a4df89
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Gate PRs on OpenSSF Scorecard regressions.
2+
#
3+
# See also: https://github.com/ossf/scorecard/issues/1270
4+
name: OpenSSF Scorecard
5+
6+
on:
7+
pull_request:
8+
branches:
9+
- main
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
scorecard:
16+
name: Scorecard
17+
runs-on: ubuntu-24.04
18+
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v6
21+
with:
22+
fetch-depth: 0
23+
24+
- name: Check for regressions
25+
uses: bootc-dev/actions/openssf-scorecard@main
26+
with:
27+
base-sha: ${{ github.event.pull_request.base.sha }}
28+
head-sha: ${{ github.event.pull_request.head.sha }}

.github/workflows/openssf-scorecard.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)