Skip to content

Commit 97411dd

Browse files
committed
chore(ci): add OpenSSF Scorecard
1 parent da2fec3 commit 97411dd

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/scorecard.yml

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 CLI for GitHub Actions
22

3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/UpCloudLtd/upcloud-cli-action/badge)](https://scorecard.dev/viewer/?uri=github.com%2FUpCloudLtd%2Fupcloud-cli-action)
4+
35
A GitHub Action that installs and configures the [UpCloud CLI](https://github.com/UpCloudLtd/upcloud-cli) (`upctl`) for managing UpCloud infrastructure in your GitHub Actions workflows.
46

57
## Features

0 commit comments

Comments
 (0)