From fdfef90754df7160909d5cf8dae202b2b3ce2e14 Mon Sep 17 00:00:00 2001 From: Hardy Nguyen Date: Wed, 29 Jul 2026 08:49:08 +0000 Subject: [PATCH] ci: ossf-scorecard - add missing input to trigger results publish --- .github/workflows/ossf-scorecard.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 720d77a4..b9abea39 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -17,6 +17,12 @@ on: # │ │ │ │ │ - cron: "3 4 * * 2" workflow_dispatch: + inputs: + publish_results: + description: "Set to true to publish results. Only works when run from the default branch." + required: false + type: boolean + default: true concurrency: group: "${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"