Skip to content

Commit 7c2b4d8

Browse files
feat: add OpenSSF Scorecard workflow
1 parent 12484c0 commit 7c2b4d8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/scorecard.yml

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

0 commit comments

Comments
 (0)