We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784481 commit f02e212Copy full SHA for f02e212
1 file changed
Formula/x/xk6.rb
@@ -38,9 +38,9 @@ def install
38
system "git", "commit", "-m", "init commit"
39
system "git", "tag", "v0.0.1"
40
41
- lint_output = shell_output("#{bin}/xk6 lint")
+ lint_output = shell_output("#{bin}/xk6 lint --disable=vulnerability")
42
assert_match "✔ security", lint_output
43
- assert_match "✔ vulnerability", lint_output
+ assert_match "✔ build", lint_output
44
end
45
46
0 commit comments