From 7f9cc57326f47f509cdfc3d9d3b498b029975304 Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Wed, 8 Jan 2025 10:44:39 -0500 Subject: [PATCH] Update scorecard.yml - Don't publish results Don't publish results --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 4e051b61..c01750ef 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -55,7 +55,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.