From 85095a27cbaba43a0939abe09f1ff81e6f9fab09 Mon Sep 17 00:00:00 2001 From: Ben Zarboni <99673202+bzarboni1@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:54:50 -0400 Subject: [PATCH] fix: don't upload to api (#115) --- .github/workflows/scorecards.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.