From ae3e2c3e2471e64c9085d59443ee14610929f1be Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 15 Apr 2024 10:24:26 +0100 Subject: [PATCH] Fix action args, docs was wrong --- .github/workflows/scorecard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8f41b86881..637874e167 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -39,8 +39,8 @@ jobs: - name: "Run analysis" uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: - result_file: results.sarif - result_format: sarif + results_file: results.sarif + results_format: sarif # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: # - you want to enable the Branch-Protection check on a *public* repository, or # - you are installing Scorecard on a *private* repository -- 2.47.2