mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove scorecards and other badging with broken links (#154272)
Similar to the work in https://github.com/flutter/flutter/issues/153626.
This commit is contained in:
parent
a782869b34
commit
875f2dfb19
56
.github/workflows/scorecards-analysis.yml
vendored
56
.github/workflows/scorecards-analysis.yml
vendored
@ -1,56 +0,0 @@
|
|||||||
name: Scorecards supply-chain security
|
|
||||||
on:
|
|
||||||
# Only the default branch is supported.
|
|
||||||
branch_protection_rule:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
# Declare default permissions as read only.
|
|
||||||
permissions: read-all
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
analysis:
|
|
||||||
name: Scorecards analysis
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.repository == 'flutter/flutter' }}
|
|
||||||
permissions:
|
|
||||||
# Needed to upload the results to code-scanning dashboard.
|
|
||||||
security-events: write
|
|
||||||
actions: read
|
|
||||||
contents: read
|
|
||||||
# Needed to access OIDC token.
|
|
||||||
id-token: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: "Checkout code"
|
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: "Run analysis"
|
|
||||||
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
|
|
||||||
with:
|
|
||||||
results_file: results.sarif
|
|
||||||
results_format: sarif
|
|
||||||
# Read-only PAT token. To create it,
|
|
||||||
# follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
|
|
||||||
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
|
|
||||||
# Publish the results to enable scorecard badges. For more details, see
|
|
||||||
# https://github.com/ossf/scorecard-action#publishing-results.
|
|
||||||
# For private repositories, `publish_results` will automatically be set to `false`,
|
|
||||||
# regardless of the value entered here.
|
|
||||||
publish_results: true
|
|
||||||
|
|
||||||
# Upload the results as artifacts (optional).
|
|
||||||
- name: "Upload artifact"
|
|
||||||
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
|
|
||||||
with:
|
|
||||||
name: SARIF file
|
|
||||||
path: results.sarif
|
|
||||||
retention-days: 5
|
|
||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
|
||||||
- name: "Upload to code-scanning"
|
|
||||||
uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
|
|
||||||
with:
|
|
||||||
sarif_file: results.sarif
|
|
@ -12,7 +12,6 @@
|
|||||||
[![Twitter handle][]][Twitter badge]
|
[![Twitter handle][]][Twitter badge]
|
||||||
[](https://codecov.io/gh/flutter/flutter)
|
[](https://codecov.io/gh/flutter/flutter)
|
||||||
[](https://bestpractices.coreinfrastructure.org/projects/5631)
|
[](https://bestpractices.coreinfrastructure.org/projects/5631)
|
||||||
[](https://deps.dev/project/github/flutter%2Fflutter)
|
|
||||||
[](https://slsa.dev)
|
[](https://slsa.dev)
|
||||||
|
|
||||||
Flutter is Google's SDK for crafting beautiful, fast user experiences for
|
Flutter is Google's SDK for crafting beautiful, fast user experiences for
|
||||||
|
Loading…
Reference in New Issue
Block a user