Skip to content

Commit d02ed9f

Browse files
authored
Add OpenSSF Scorecard schedule (#25)
* 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 5bbd0be commit d02ed9f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Platform Mesh - subroutines
22

3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/platform-mesh/subroutines/badge)](https://scorecard.dev/viewer/?uri=github.com/platform-mesh/subroutines)
34
[![CI](https://github.com/platform-mesh/subroutines/actions/workflows/pipeline.yml/badge.svg)](https://github.com/platform-mesh/subroutines/actions/workflows/pipeline.yml)
45
[![Go Reference](https://pkg.go.dev/badge/github.com/platform-mesh/subroutines.svg)](https://pkg.go.dev/github.com/platform-mesh/subroutines)
56
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)

0 commit comments

Comments
 (0)