Update for Scorecards 2

This commit is contained in:
Gary Gregory 2022-10-23 15:11:16 -04:00
parent bd48a767cd
commit cafb4d2f43
1 changed files with 4 additions and 2 deletions

View File

@ -31,9 +31,11 @@ jobs:
name: "Scorecards analysis"
runs-on: ubuntu-latest
permissions:
security-events: write # Needed to upload the results to the code-scanning dashboard.
# Needed to upload the results to the code-scanning dashboard.
security-events: write
actions: read
contents: read
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
steps: