Skip to content

Commit

Permalink
Merge pull request #732 from Ericsson/ossf-scorecard-nofork
Browse files Browse the repository at this point in the history
Do not run OSSF Scorecard analysis on forks
  • Loading branch information
intjftw authored Apr 16, 2024
2 parents 6856f5d + 454f7a4 commit 4b22843
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 @@ -21,6 +21,7 @@ jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
if: ${{ github.repository == 'Ericsson/CodeCompass' && github.ref_name == 'master' }}
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit 4b22843

Please sign in to comment.