Skip to content

Commit 365ecd3

Browse files
authored
chore: add OpenSSF Scorecard (#76)
1 parent 0ea23e8 commit 365ecd3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Build Status](https://github.com/UpCloudLtd/packer-plugin-upcloud/workflows/test/badge.svg)
44
![Release Status](https://github.com/UpCloudLtd/packer-plugin-upcloud/workflows/release/badge.svg)
5+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/UpCloudLtd/packer-plugin-upcloud/badge)](https://scorecard.dev/viewer/?uri=github.com%2FUpCloudLtd%2Fpacker-plugin-upcloud)
56

67
This is a builder plugin for Packer which can be used to generate storage templates on UpCloud. It utilises the [UpCloud Go API](https://github.com/UpCloudLtd/upcloud-go-api) to interface with the UpCloud API.
78

0 commit comments

Comments
 (0)