From cb6d6456cb2953dda0634e5b7d364655763ef51e Mon Sep 17 00:00:00 2001 From: Nicolas Avrutin Date: Tue, 5 Mar 2024 11:15:41 -0500 Subject: [PATCH] remove pat block from scorecard.yml --- .github/workflows/scorecard.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index a7116170..3c655de4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,11 +41,6 @@ jobs: with: 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 - # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat. - # repo_token: ${{ secrets.SCORECARD_TOKEN }} # Public repositories: # - Publish results to OpenSSF REST API for easy access by consumers