We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b2660 commit a663c92Copy full SHA for a663c92
.github/workflows/scorecard.yml
@@ -14,6 +14,7 @@ jobs:
14
analysis:
15
name: Scorecard analysis
16
runs-on: ubuntu-latest
17
+ if: ${{ github.event.repository.fork == false }}
18
permissions:
19
# Needed to upload the results to code-scanning dashboard.
20
security-events: write
0 commit comments