Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scorecard.yml
Browse files Browse the repository at this point in the history
Mionsz committed Jan 27, 2025
1 parent a69eef1 commit d35ef73
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,18 @@

name: Scorecard supply-chain security
on:
workflow_dispatch:
inputs:
branch:
required: true
default: "main"
# 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: '30 10 * * 0'
- cron: '45 0 * * *'
push:
branches: [ "main" ]

@@ -21,9 +26,7 @@ jobs:
name: Scorecard analysis
runs-on: ubuntu-22.04
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

steps:

0 comments on commit d35ef73

Please sign in to comment.