Update 'Scorecards' occurrences to 'Scorecard' (#1889)
* Update Scorecard naming occurences Signed-off-by: Gabriela Gutierrez <[email protected]> * Update Scorecard icon naming Signed-off-by: Gabriela Gutierrez <[email protected]> * Update Scorecard workflow naming Signed-off-by: Gabriela Gutierrez <[email protected]> Signed-off-by: Gabriela Gutierrez <[email protected]> Co-authored-by: Sampark Sharma <[email protected]>
This commit is contained in:
co-authored by
Sampark Sharma
parent
f95dae101b
commit
9f245d9aba
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "OSSF Scorecard",
|
||||||
|
"creator": "Open Source Security Foundation (OpenSSF)",
|
||||||
|
"description": "Scorecard is a static supply-chain security analysis tool to assess the security posture of your project",
|
||||||
|
"iconName": "scorecard",
|
||||||
|
"categories": ["Code Scanning"]
|
||||||
|
}
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "OSSF Scorecards",
|
|
||||||
"creator": "Open Source Security Foundation (OpenSSF)",
|
|
||||||
"description": "Scorecards is a static supply-chain security analysis tool to assess the security posture of your project",
|
|
||||||
"iconName": "scorecards",
|
|
||||||
"categories": ["Code Scanning"]
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
# by a third-party and are governed by separate terms of service, privacy
|
# by a third-party and are governed by separate terms of service, privacy
|
||||||
# policy, and support documentation.
|
# policy, and support documentation.
|
||||||
|
|
||||||
name: Scorecards supply-chain security
|
name: Scorecard supply-chain security
|
||||||
on:
|
on:
|
||||||
# For Branch-Protection check. Only the default branch is supported. See
|
# For Branch-Protection check. Only the default branch is supported. See
|
||||||
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
|
||||||
@@ -19,7 +19,7 @@ permissions: read-all
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analysis:
|
analysis:
|
||||||
name: Scorecards analysis
|
name: Scorecard analysis
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
# Needed to upload the results to code-scanning dashboard.
|
# Needed to upload the results to code-scanning dashboard.
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
results_format: sarif
|
results_format: sarif
|
||||||
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
|
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
|
||||||
# - you want to enable the Branch-Protection check on a *public* repository, or
|
# - you want to enable the Branch-Protection check on a *public* repository, or
|
||||||
# - you are installing Scorecards on a *private* repository
|
# - you are installing Scorecard on a *private* repository
|
||||||
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
|
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
|
||||||
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
|
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user