From 695d31faa74fb716a337e43ef9b1b0bbb9c08426 Mon Sep 17 00:00:00 2001 From: adrian adewunmi Date: Fri, 24 Jul 2026 14:40:06 +0100 Subject: [PATCH] ci: update scorecard token verification rules --- .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 3008cbf3..881144ac 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -54,7 +54,7 @@ jobs: # For private repositories: # - `publish_results` will always be set to `false`, regardless # of the value entered here. - publish_results: false + publish_results: true # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab.