Skip to content

Commit f5145e9

Browse files
committed
chore(ci): add OpenSSF scorecard
1 parent ca96f8d commit f5145e9

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/scorecard.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Scorecard
2+
on:
3+
branch_protection_rule:
4+
schedule:
5+
- cron: "42 4 * * MON"
6+
push:
7+
branches:
8+
- main
9+
10+
permissions: {}
11+
12+
jobs:
13+
scorecard:
14+
name: Scorecard
15+
permissions:
16+
contents: read
17+
id-token: write
18+
security-events: write
19+
uses: UpCloudLtd/workflows/.github/workflows/openssf-scorecard.yaml@main
20+
with:
21+
publish-results: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# UpCloud WHMCS Module
22

3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/UpCloudLtd/upcloud-whmcs-module/badge)](https://scorecard.dev/viewer/?uri=github.com%2FUpCloudLtd%2Fupcloud-whmcs-module)
4+
35
This is the official WHMCS provisioning module for [UpCloud](https://upcloud.com/), allowing you to offer and manage UpCloud VPS services through your WHMCS installation.
46

57
## Features

0 commit comments

Comments
 (0)