You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scorecards.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ on:
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,7 +46,6 @@ jobs:
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.
0 commit comments