File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : OpenSSF Scorecard
2+
3+ on :
4+ push :
5+ branches : [main]
6+ pull_request :
7+ branches : [main]
8+ schedule :
9+ - cron : ' 0 8 * * 1'
10+ workflow_dispatch :
11+
12+ permissions : read-all
13+
14+ jobs :
15+ analyze :
16+ name : Scorecard analysis
17+ runs-on : ubuntu-latest
18+ permissions :
19+ security-events : write
20+ id-token : write
21+ contents : read
22+ steps :
23+ - name : Checkout
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
25+ with :
26+ persist-credentials : false
27+
28+ - name : Run analysis
29+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
30+ with :
31+ results_file : scorecard-results.sarif
32+ results_format : sarif
33+ publish_results : true
34+
35+ - name : Upload to GitHub code scanning
36+ uses : github/codeql-action/upload-sarif@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
37+ with :
38+ sarif_file : scorecard-results.sarif
Original file line number Diff line number Diff line change 44
55![ Build] ( https://github.com/fetch-kit/ffetch/actions/workflows/ci.yml/badge.svg )
66![ codecov] ( https://codecov.io/gh/fetch-kit/ffetch/branch/main/graph/badge.svg )
7+ [ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/fetch-kit/ffetch/badge )] ( https://scorecard.dev/viewer/?uri=github.com/fetch-kit/ffetch )
78
89![ MIT] ( https://img.shields.io/npm/l/@fetchkit/ffetch )
910![ bundlephobia] ( https://badgen.net/bundlephobia/minzip/@fetchkit/ffetch )
You can’t perform that action at this time.
0 commit comments