Skip to content

Commit

Permalink
Fix formula linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLaverack committed Oct 24, 2022
1 parent c67e8d8 commit 8d27eb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/paranoia.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class Paranoia < Formula
desc "Inspect certificate authorites in contianer images"
homepage "https://github.com/jetstack/paranoia"
version "0.2.0"
url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.2.0.tar.gz"
sha256 "c627437fc2ca74fb2e162501b8d44fff7de60f16788de7d19355cd621b8e6203"
license "Apache-2.0"
Expand All @@ -15,7 +14,7 @@ def install

test do
# This string is the SHA256 of the "ISRG X1 Root" certificate
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6", shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
assert_match "96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6",
shell_output("paranoia export --output wide quay.io/jetstack/cert-manager-controller:v1.9.1")
end
end

0 comments on commit 8d27eb6

Please sign in to comment.