Skip to content

Commit 46cc44c

Browse files
authored
Merge pull request #170 from UpCloudLtd/chore/scorecard
chore: add OpenSSF Scorecard
2 parents ce67495 + 3fde7b8 commit 46cc44c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![test](https://github.com/UpCloudLtd/upcloud-python-api/actions/workflows/main.yml/badge.svg)](https://github.com/UpCloudLtd/upcloud-python-api/actions/workflows/main.yml)
44
[![PyPI version](https://badge.fury.io/py/upcloud-api.svg)](https://badge.fury.io/py/upcloud-api)
55
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/UpCloudLtd/upcloud-python-api/blob/main/LICENSE.txt)
6+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/UpCloudLtd/upcloud-python-api/badge)](https://scorecard.dev/viewer/?uri=github.com%2FUpCloudLtd%2Fupcloud-python-api)
67

78
OOP-based API client for [UpCloud's API](https://developers.upcloud.com/1.3/). Includes most of the API
89
functionality and some convenience functions that combine several API endpoints and logic.

0 commit comments

Comments
 (0)