Skip to content

Commit a663c92

Browse files
authored
Skip running OpenSSF check on forks (#156)
1 parent 19b2660 commit a663c92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scorecard.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
analysis:
1515
name: Scorecard analysis
1616
runs-on: ubuntu-latest
17+
if: ${{ github.event.repository.fork == false }}
1718
permissions:
1819
# Needed to upload the results to code-scanning dashboard.
1920
security-events: write

0 commit comments

Comments
 (0)