Skip to content

Commit c3c2570

Browse files
Create scorecards.yml
Upgrade to new version of scorecards-analysis.yml actions
1 parent 0bed4f7 commit c3c2570

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.deepsource.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude_patterns = [
2323
"codecov_env",
2424
"*,cover",
2525
".hypothesis/",
26-
"docs/"
26+
"docs/conf.py"
2727
]
2828

2929
[[analyzers]]

.github/workflows/scorecards-analysis.yml renamed to .github/workflows/scorecards.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '18 9 * * 5'
1414
push:
15-
branches: [ "master" ]
15+
branches: [ "master", "score-card-revert-patch" ]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all
@@ -46,7 +46,6 @@ jobs:
4646
# - you are installing Scorecard on a *private* repository
4747
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
4848
repo_token: ${{ secrets.SCORECARD_TOKEN }}
49-
5049
# Public repositories:
5150
# - Publish results to OpenSSF REST API for easy access by consumers
5251
# - Allows the repository to include the Scorecard badge.

0 commit comments

Comments
 (0)