Skip to content

Commit

Permalink
Merge pull request #37 from HewlettPackard/hot-fix
Browse files Browse the repository at this point in the history
Fix scorecard
  • Loading branch information
n-th authored Aug 10, 2022
2 parents 26f0c87 + 08533e3 commit 1fe0c5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '20 15 * * 4'
- cron: '0 8 * * *'
pull_request: {}
push:
branches: [ "main" ]

Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@34bc6b110eae5d331dde534cd371be23a51be59d # v1.1.1
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit 1fe0c5c

Please sign in to comment.