diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index f3c2066..d2432bc 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -13,7 +13,13 @@ on: - cron: '20 7 * * 2' push: branches: ["main"] - + workflow_call: + inputs: + skipTests: + description: 'Skip tests, useful when there is a dedicated CI job for tests' + default: false + required: false + type: boolean # Declare default permissions as read only. permissions: read-all