Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 149bd52

Browse files
Update scorecard.yml
1 parent 1a4e57f commit 149bd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- name: "Run analysis"
4040
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4141
with:
42-
id-token: write
4342
results_file: results.sarif
4443
results_format: sarif
4544
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
@@ -62,6 +61,7 @@ jobs:
6261
- name: "Upload artifact"
6362
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
6463
with:
64+
id-token: write
6565
name: SARIF file
6666
path: results.sarif
6767
retention-days: 5

0 commit comments

Comments
 (0)