Skip to content

Commit

Permalink
tweak naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmurphy committed Jul 23, 2024
1 parent c416f36 commit 7b36f78
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
name: OSSF Scorecard
name: Branch Protection
on:
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '23 7 * * 2'
push:
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all

jobs:
analysis:
name: Scorecard analysis
name: OSSF Scorecard Analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Uncomment the permissions below if installing in a private repository.
# contents: read
# actions: read

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 7b36f78

Please sign in to comment.