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 1
1
class Paranoia < Formula
2
2
desc "Inspect certificate authorites in contianer images"
3
3
homepage "https://github.com/jetstack/paranoia"
4
- version "0.2.0"
5
4
url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.2.0.tar.gz"
6
5
sha256 "c627437fc2ca74fb2e162501b8d44fff7de60f16788de7d19355cd621b8e6203"
7
6
license "Apache-2.0"
@@ -15,7 +14,7 @@ def install
15
14
16
15
test do
17
16
# 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" )
19
19
end
20
20
end
21
-
You can’t perform that action at this time.
0 commit comments