diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecard.yml similarity index 97% rename from .github/workflows/scorecards.yml rename to .github/workflows/scorecard.yml index 8d523e8..4cdf4dd 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecard.yml @@ -2,7 +2,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: Scorecards supply-chain security +name: Scorecard supply-chain security on: # For Branch-Protection check. Only the default branch is supported. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection @@ -19,7 +19,7 @@ permissions: read-all jobs: analysis: - name: Scorecards analysis + name: Scorecard analysis runs-on: ubuntu-latest permissions: # Needed to upload the results to code-scanning dashboard.