11class Minder < Formula
22 desc "CLI for interacting with Stacklok's Minder platform"
33 homepage "https://mindersec.github.io/"
4- url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.89 .tar.gz"
5- sha256 "8cc2ecfd5730d6718d8ffd54b4557aed84f2aa36d524783767345018341c1b84 "
4+ url "https://github.com/mindersec/minder/archive/refs/tags/v0.1.0 .tar.gz"
5+ sha256 "278b9cf8293616c511b86da95c90358fa11bfef09bd5339c9914d4dad027d9e6 "
66 license "Apache-2.0"
77 head "https://github.com/mindersec/minder.git" , branch : "main"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "1aaf51fbcb5e872ab87fcb71067b8e1499c2a4ea836504be50ff393b42ee8fe8 "
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1aaf51fbcb5e872ab87fcb71067b8e1499c2a4ea836504be50ff393b42ee8fe8 "
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "1aaf51fbcb5e872ab87fcb71067b8e1499c2a4ea836504be50ff393b42ee8fe8 "
13- sha256 cellar : :any_skip_relocation , sonoma : "a5fe2cbeabb3a3d6840a25d5c91a8d289f98a9b088da2d35c627fa832e614dd6 "
14- sha256 cellar : :any_skip_relocation , ventura : "41c7932e9dd3c308c4c87ae6246e7338f4b09cb2312a0d72e925e5e15599898a "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "fffc005a4f80bc0ad7392a7e80cf7ecf87d4c1a7a4155cdf6a3c88b09d345d23 "
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663 "
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663 "
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "e9b66d403b70193a8e73f9f3a8cbcc5160a5755bcb70219c900ba8041b5f4663 "
13+ sha256 cellar : :any_skip_relocation , sonoma : "2e94fb55acf160374b5baf590692101fb83f00194a475209526e21ba353229f9 "
14+ sha256 cellar : :any_skip_relocation , ventura : "78da3fdc36850ed1241c0de248ab03448bdd8c991ca912369efb7a3d986f7730 "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c876088f3f75bf0efd88000d368907856441f34fa588af161fa87e0885ba6903 "
1616 end
1717
1818 depends_on "go" => :build
@@ -28,9 +28,9 @@ def install
2828 end
2929
3030 test do
31- assert_match version . to_s , shell_output ( "#{ bin } /minder version" )
31+ assert_match version . to_s , shell_output ( "#{ bin } /minder version 2>&1 " )
3232
33- output = shell_output ( " #{ bin } /minder artifact list -p github 2>&1" , 16 )
34- assert_match "No config file present, using default values" , output
33+ # All the cli action trigger to open github authorization page,
34+ # so we cannot test them directly.
3535 end
3636end
0 commit comments