File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11class Paranoia < Formula
22 desc "Inspect certificate authorites in contianer images"
33 homepage "https://github.com/jetstack/paranoia"
4- version "0.2.0"
54 url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.2.0.tar.gz"
65 sha256 "c627437fc2ca74fb2e162501b8d44fff7de60f16788de7d19355cd621b8e6203"
76 license "Apache-2.0"
@@ -15,7 +14,7 @@ def install
1514
1615 test do
1716 # This string is the SHA256 of the "ISRG X1 Root" certificate
18- assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" , shell_output ( "paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1" )
17+ assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" ,
18+ shell_output ( "paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1" )
1919 end
2020end
21-
You can’t perform that action at this time.
0 commit comments