File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Scorecard analysis
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ schedule :
8
+ - cron : " 30 1 * * 6" # https://crontab.guru/#30_1_*_*_6
9
+
10
+ permissions : read-all
11
+
12
+ jobs :
13
+ analysis :
14
+ name : Scorecard analysis
15
+ runs-on : ubuntu-latest
16
+ permissions :
17
+ # Needed for Code scanning upload
18
+ security-events : write
19
+ # Needed for GitHub OIDC token if publish_results is true
20
+ id-token : write
21
+
22
+ steps :
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+ with :
25
+ persist-credentials : false
26
+
27
+ - uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
28
+ with :
29
+ results_file : results.sarif
30
+ results_format : sarif
31
+ publish_results : true
32
+
33
+ - uses : github/codeql-action/upload-sarif@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3.25.14
34
+ with :
35
+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 3
3
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/octokit/webhooks.net/build.yml?branch=main&style=for-the-badge )] ( https://github.com/octokit/webhooks.net/actions/workflows/build.yml?query=branch%3Amain )
4
4
[ ![ Octokit.Webhooks NuGet Package Version] ( https://img.shields.io/nuget/v/Octokit.Webhooks?style=for-the-badge )] ( https://www.nuget.org/packages/Octokit.Webhooks/ )
5
5
[ ![ Octokit.Webhooks NuGet Package Downloads] ( https://img.shields.io/nuget/dt/Octokit.Webhooks?style=for-the-badge )] ( https://www.nuget.org/packages/Octokit.Webhooks/ )
6
+ [ ![ OpenSSF Scorecard] ( https://img.shields.io/ossf-scorecard/github.com/octokit/webhooks.net?style=for-the-badge )] ( https://scorecard.dev/viewer/?uri=github.com/octokit/webhooks.net )
6
7
7
8
Libraries to handle GitHub Webhooks in .NET applications.
8
9
You can’t perform that action at this time.
0 commit comments