We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e0387 commit 0fe9ef1Copy full SHA for 0fe9ef1
2 files changed
.github/workflows/scorecard.yaml
@@ -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
@@ -1,5 +1,7 @@
# UpCloud Blesta Module
+[](https://scorecard.dev/viewer/?uri=github.com%2FUpCloudLtd%2Fupcloud-blesta-module)
Enabling hosting providers to offer UpCloud cloud servers through their Blesta billing platform.
## Overview
0 commit comments