File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ name : OpenSSF Scorecard
2+
3+ on :
4+ push :
5+ branches : [main]
6+ schedule :
7+ # Run weekly on Sundays at 04:00 UTC
8+ - cron : " 0 4 * * 0"
9+
10+ permissions : read-all
11+
12+ jobs :
13+ analysis :
14+ name : Scorecard Analysis
15+ runs-on : ubuntu-latest
16+
17+ permissions :
18+ security-events : write
19+ id-token : write
20+
21+ steps :
22+ - uses : actions/checkout@v4
23+ with :
24+ persist-credentials : false
25+
26+ - name : Run OpenSSF Scorecard
27+ uses : ossf/scorecard-action@v2.4.0
28+ with :
29+ results_file : results.sarif
30+ results_format : sarif
31+ publish_results : true
32+
33+ - name : Upload SARIF results
34+ uses : github/codeql-action/upload-sarif@v3
35+ with :
36+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 22
33[ ![ CI] ( https://github.com/infobloxopen/dns-aid-core/actions/workflows/ci.yml/badge.svg )] ( https://github.com/infobloxopen/dns-aid-core/actions/workflows/ci.yml )
44[ ![ CodeQL] ( https://github.com/infobloxopen/dns-aid-core/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/infobloxopen/dns-aid-core/actions/workflows/codeql.yml )
5+ [ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/infobloxopen/dns-aid-core/badge )] ( https://scorecard.dev/viewer/?uri=github.com/infobloxopen/dns-aid-core )
56[ ![ Coverage] ( https://img.shields.io/badge/coverage-80%25-green )] ( https://github.com/infobloxopen/dns-aid-core/actions/workflows/ci.yml )
67[ ![ SBOM] ( https://img.shields.io/badge/SBOM-CycloneDX-blue )] ( https://github.com/infobloxopen/dns-aid-core/releases/latest )
78[ ![ Sigstore] ( https://img.shields.io/badge/signed-Sigstore-purple )] ( https://github.com/infobloxopen/dns-aid-core/releases/latest )
You can’t perform that action at this time.
0 commit comments