Skip to content

Commit

Permalink
fix: scorecard job permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 16, 2024
1 parent d650497 commit f4e588a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,7 @@ jobs:
check-scorecard:
name: "Checks"
uses: ./.github/workflows/checks.scorecards.yml
permissions:
actions: read
contents: read
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Needed to upload the results to code-scanning dashboard.
security-events: write
permissions: read-all

##
## Job: Check for Wrapper
Expand Down

0 comments on commit f4e588a

Please sign in to comment.