Skip to content

Commit

Permalink
Skip running OpenSSF check on forks (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley authored Aug 28, 2023
1 parent 19b2660 commit a663c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
if: ${{ github.event.repository.fork == false }}
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit a663c92

Please sign in to comment.