Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit d0ce93a

Browse files
authored
Add OpenSSF Scorecard schedule (#482)
* ci: add openssf scorecard schedule Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz> * docs: add openssf scorecard badge to readme Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz> --------- Signed-off-by: Kevin Stellmacher <dev@stellmacher.xyz>
1 parent 68d276b commit d0ce93a

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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 - security-operator
5+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/platform-mesh/security-operator/badge)](https://scorecard.dev/viewer/?uri=github.com/platform-mesh/security-operator)
56
![build status](https://github.com/platform-mesh/security-operator/actions/workflows/pipeline.yaml/badge.svg)
67

78
## Description

0 commit comments

Comments
 (0)