Skip to content

Commit 3906e50

Browse files
committed
chore: add openssf scorecard to readme
1 parent ff81f91 commit 3906e50

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Scorecard supply-chain security
22
on:
33
branch_protection_rule:
44
schedule:
5-
- cron: '31 17 * * 5'
5+
- cron: "31 17 * * 5"
66
push:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
permissions: read-all
1010

@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
results_file: results.sarif
3030
results_format: sarif
31-
publish_results: tru
32-
31+
publish_results: true
32+
3333
- name: Upload artifact
3434
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
3535
with:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<img alt="Issues" src="https://img.shields.io/github/issues/steveiliop56/tinyauth">
1111
<img alt="Tinyauth CI" src="https://github.com/steveiliop56/tinyauth/actions/workflows/ci.yml/badge.svg">
1212
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/tinyauth"><img src="https://badges.crowdin.net/tinyauth/localized.svg"></a>
13+
<a href="https://scorecard.dev/viewer/?uri=github.com/steveiliop56/tinyauth" target="_blank" title="OpenSSF Scorecard">
14+
<img src="https://api.scorecard.dev/projects/github.com/steveiliop56/tinyauth/badge">
15+
</a>
1316
</div>
1417

1518
<br />

0 commit comments

Comments
 (0)