Skip to content

Commit 262ad46

Browse files
authored
Remove scorecard experiment (#2440)
1 parent 3986cba commit 262ad46

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,8 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
28-
id: create-token
29-
with:
30-
# analyzing classic branch protections requires a token with admin read permissions
31-
# see https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
32-
# and https://github.com/open-telemetry/community/issues/2769
33-
app-id: ${{ vars.OSSF_SCORECARD_APP_ID }}
34-
private-key: ${{ secrets.OSSF_SCORECARD_PRIVATE_KEY }}
35-
3627
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3728
with:
38-
repo_token: ${{ steps.create-token.outputs.token }}
3929
results_file: results.sarif
4030
results_format: sarif
4131
publish_results: true

0 commit comments

Comments
 (0)