Skip to content

Commit

Permalink
Merge pull request #252 from interlynk-io/surendrapathak-patch-2
Browse files Browse the repository at this point in the history
Update scorecard.yml
  • Loading branch information
surendrapathak authored Jun 1, 2024
2 parents 80df89d + 79af4ff commit 50e36a5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
# policy, and support documentation.

name: Scorecard supply-chain security
on:
workflow_dispatch
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" ]

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

0 comments on commit 50e36a5

Please sign in to comment.