From 2b43b0b2d91b9ee4b613f9d93245fdd84775f7cc Mon Sep 17 00:00:00 2001 From: Nathalia Date: Wed, 10 Aug 2022 18:16:58 -0300 Subject: [PATCH 1/2] Fix scorecard Signed-off-by: Nathalia --- .github/workflows/scorecards.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 250bb3c0..1f94c7a0 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -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" ] @@ -35,7 +36,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@34bc6b110eae5d331dde534cd371be23a51be59d # v1.1.1 + uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1 with: results_file: results.sarif results_format: sarif From 08533e39a7e4a3c073e6a7b0e29a5f88108ff618 Mon Sep 17 00:00:00 2001 From: Nathalia Date: Wed, 10 Aug 2022 18:32:32 -0300 Subject: [PATCH 2/2] Fix scorecard Signed-off-by: Nathalia --- .github/workflows/scorecards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1f94c7a0..ea5a5e69 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1 + uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e with: results_file: results.sarif results_format: sarif