File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : OpenSSF Scorecard
2
+
3
+ on :
4
+ branch_protection_rule :
5
+ schedule :
6
+ - cron : " 42 4 * * SAT"
7
+ push :
8
+ branches :
9
+ - main
10
+
11
+ permissions : {}
12
+
13
+ jobs :
14
+ analysis :
15
+ name : Scorecard analysis
16
+ runs-on : ubuntu-latest
17
+ permissions :
18
+ contents : read
19
+ id-token : write
20
+ security-events : write
21
+ steps :
22
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23
+ with :
24
+ persist-credentials : false
25
+ - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
26
+ with :
27
+ results_file : results.sarif
28
+ results_format : sarif
29
+ publish_results : true
30
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31
+ with :
32
+ name : SARIF file
33
+ path : results.sarif
34
+ retention-days : 7
35
+ - uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
36
+ with :
37
+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
1
# bash-completion
2
2
3
3
[ ![ CI] ( https://github.com/scop/bash-completion/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/scop/bash-completion/actions/workflows/ci.yaml )
4
+ [ ![ OpenSSF Scorecard] ( https://api.scorecard.dev/projects/github.com/scop/bash-completion/badge )] ( https://scorecard.dev/viewer/?uri=github.com%2Fscop%2Fbash-completion )
4
5
5
6
## Introduction
6
7
You can’t perform that action at this time.
0 commit comments