File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ exclude_patterns = [
23
23
" codecov_env" ,
24
24
" *,cover" ,
25
25
" .hypothesis/" ,
26
- " docs/"
26
+ " docs/conf.py "
27
27
]
28
28
29
29
[[analyzers ]]
Original file line number Diff line number Diff line change 12
12
schedule :
13
13
- cron : ' 18 9 * * 5'
14
14
push :
15
- branches : [ "master" ]
15
+ branches : [ "master", "score-card-revert-patch" ]
16
16
17
17
# Declare default permissions as read only.
18
18
permissions : read-all
46
46
# - you are installing Scorecard on a *private* repository
47
47
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
48
48
repo_token : ${{ secrets.SCORECARD_TOKEN }}
49
-
50
49
# Public repositories:
51
50
# - Publish results to OpenSSF REST API for easy access by consumers
52
51
# - Allows the repository to include the Scorecard badge.
You can’t perform that action at this time.
0 commit comments