Skip to content

Commit 4f521f7

Browse files
authored
Add OpenSSF Scorecard schedule (#101)
* ci: add openssf scorecard schedule Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz> * docs: add openssf scorecard badge Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz> --------- Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz>
1 parent 0b352b0 commit 4f521f7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: OpenSSF Scorecard
2+
on:
3+
push:
4+
branches: [main]
5+
schedule:
6+
- cron: '30 4 * * 1'
7+
workflow_dispatch:
8+
9+
permissions: read-all
10+
11+
jobs:
12+
scorecard:
13+
uses: platform-mesh/.github/.github/workflows/job-ossf-scorecard.yml@main
14+
permissions:
15+
security-events: write
16+
id-token: write
17+
contents: read
18+
actions: read

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
> This Repository is under development and not ready for productive use. It is in an alpha stage. That means APIs and concepts may change on short notice including breaking changes or complete removal of apis.
33
44
# platform-mesh - ocm
5+
6+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/platform-mesh/ocm/badge)](https://scorecard.dev/viewer/?uri=github.com/platform-mesh/ocm)
57
![Build Status](https://github.com/platform-mesh/ocm/actions/workflows/ocm.yaml/badge.svg)
68

79
## Description

0 commit comments

Comments
 (0)