diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1fce849..d3409e4 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -13,6 +13,7 @@ on: - cron: '20 7 * * 2' push: branches: ["main"] + workflow_dispatch: # Declare default permissions as read only. permissions: read-all @@ -58,7 +59,7 @@ jobs: # For private repositories: # - `publish_results` will always be set to `false`, regardless # of the value entered here. - publish_results: true + publish_results: false # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab.