From 07608e864eddf0899d89d2e438676d9b6692b9e7 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Oct 2022 15:03:08 -0400 Subject: [PATCH] Update for Scorecards 2 --- .github/workflows/scorecards-analysis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index eac7fa5d..b75c5005 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -22,8 +22,10 @@ on: push: branches: [ "master" ] -permissions: read-all - +permissions: + id-token: write # This is required for requesting the JWT + contents: read # This is required for actions/checkout + jobs: analysis: