Skip to content

Commit 9b6fa69

Browse files
authored
Revert "Fix OSSF scorecard branch protection check" (#1973)
1 parent b3a3b2c commit 9b6fa69

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
@@ -23,18 +23,8 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
27-
id: create-token
28-
with:
29-
# analyzing classic branch protections requires a token with admin read permissions
30-
# see https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
31-
# and https://github.com/open-telemetry/community/issues/2769
32-
app-id: ${{ vars.OSSF_SCORECARD_APP_ID }}
33-
private-key: ${{ secrets.OSSF_SCORECARD_PRIVATE_KEY }}
34-
3526
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3627
with:
37-
repo_token: ${{ steps.create-token.outputs.token }}
3828
results_file: results.sarif
3929
results_format: sarif
4030
publish_results: true

0 commit comments

Comments
 (0)