We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60feba commit e36700fCopy full SHA for e36700f
1 file changed
.github/workflows/scorecard.yml
@@ -10,9 +10,9 @@ on:
10
# To guarantee Maintained check is occasionally updated. See
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
schedule:
13
- - cron: '16 14 * * 2'
+ - cron: "16 14 * * 2"
14
push:
15
- branches: [ "master" ]
+ branches: ["master"]
16
17
# Declare default permissions as read only.
18
permissions: read-all
@@ -41,7 +41,7 @@ jobs:
41
with:
42
results_file: results.sarif
43
results_format: sarif
44
- repo_token: ${{ secrets.SCORECARD_TOKEN }}
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
45
46
# Public repositories:
47
# - Publish results to OpenSSF REST API for easy access by consumers
0 commit comments