From 2985b10f2c1a5b44dfb507c2f77279eca1227461 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:50:14 +0000 Subject: [PATCH] scorecard 4.3.1 Closes #102721. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/scorecard.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/scorecard.rb b/Formula/scorecard.rb index b04a736a003..e412fa8db8d 100644 --- a/Formula/scorecard.rb +++ b/Formula/scorecard.rb @@ -2,8 +2,8 @@ class Scorecard < Formula desc "Security health metrics for Open Source" homepage "https://github.com/ossf/scorecard" url "https://github.com/ossf/scorecard.git", - tag: "v4.3.0", - revision: "6406cfd4e34156a5ad04fb4207bef0297f83903c" + tag: "v4.3.1", + revision: "70d045b9ef00e7171ce3950aca38eef6ea4d7308" license "Apache-2.0" head "https://github.com/ossf/scorecard.git", branch: "main"