File tree Expand file tree Collapse file tree 3 files changed +56
-5
lines changed
Expand file tree Collapse file tree 3 files changed +56
-5
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches : [main]
55 paths-ignore :
6- - .codecov
7- - .docfx
8- - .github
9- - .nuget
6+ - .codecov/**
7+ - .docfx/**
8+ - .github/**
9+ - .nuget/**
10+ - ' **.md'
11+ push :
12+ branches : [main]
13+ paths-ignore :
14+ - .codecov/**
15+ - .docfx/**
16+ - .github/**
17+ - .nuget/**
18+ - ' **.md'
1019 workflow_dispatch :
1120 inputs :
1221 configuration :
Original file line number Diff line number Diff line change 1+ name : Scorecard supply-chain security
2+ on :
3+ branch_protection_rule :
4+ schedule :
5+ - cron : ' 45 17 * * 2'
6+ push :
7+ branches : [ "main" ]
8+
9+ permissions : read-all
10+
11+ jobs :
12+ analysis :
13+ name : Scorecard analysis
14+ runs-on : ubuntu-latest
15+ permissions :
16+ security-events : write
17+ id-token : write
18+
19+ steps :
20+ - name : " Checkout code"
21+ uses : actions/checkout@v4
22+ with :
23+ persist-credentials : false
24+
25+ - name : " Run analysis"
26+ uses : ossf/scorecard-action@v2
27+ with :
28+ results_file : results.sarif
29+ results_format : sarif
30+ publish_results : true
31+
32+ - name : " Upload artifact"
33+ uses : actions/upload-artifact@4
34+ with :
35+ name : SARIF file
36+ path : results.sarif
37+ retention-days : 5
38+
39+ - name : " Upload to code-scanning"
40+ uses : github/codeql-action/upload-sarif@v3
41+ with :
42+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 22
33# Extensions for xUnit API by Codebelt
44
5- [ ![ xUnit Ext. CI/CD Pipeline] ( https://github.com/codebeltnet/xunit/actions/workflows/pipelines.yml/badge.svg )] ( https://github.com/codebeltnet/xunit/actions/workflows/pipelines.yml ) [ ![ codecov] ( https://codecov.io/gh/codebeltnet/xunit/graph/badge.svg?token=BN2UhFM3bb )] ( https://codecov.io/gh/codebeltnet/xunit ) [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xunit&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xunit ) [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=xunit&metric=sqale_rating )] ( https://sonarcloud.io/dashboard?id=xunit ) [ ![ Reliability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=xunit&metric=reliability_rating )] ( https://sonarcloud.io/dashboard?id=xunit ) [ ![ Security Rating] ( https://sonarcloud.io/api/project_badges/measure?project=xunit&metric=security_rating )] ( https://sonarcloud.io/dashboard?id=xunit )
5+ [](https://github.com/codebeltnet/xunit/actions/workflows/pipelines.yml) [](https://codecov.io/gh/codebeltnet/xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://sonarcloud.io/dashboard?id=xunit) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/xunit)
66
77An open-source project (MIT license) that targets and complements the [ xUnit.net] ( https://xunit.net/ ) test platform. It provides a uniform and convenient way of doing unit test for all project types in .NET.
88
You can’t perform that action at this time.
0 commit comments