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 }}"