Skip to content

Commit

Permalink
Test updated scorecard script
Browse files Browse the repository at this point in the history
  • Loading branch information
surendrapathak authored Jun 1, 2024
1 parent 814ddc1 commit 6cf3995
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
# policy, and support documentation.

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
branch_protection_rule:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '24 17 * * 0'
push:
branches: [ "main" ]
on:
workflow_dispatch

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

0 comments on commit 6cf3995

Please sign in to comment.