|
1 | 1 | class SnykCli < Formula |
2 | 2 | desc "Scans and monitors projects for security vulnerabilities" |
3 | 3 | homepage "https://snyk.io" |
4 | | - url "https://registry.npmjs.org/snyk/-/snyk-1.1294.0.tgz" |
5 | | - sha256 "d777267fecbb46e7237b3d6fff36a2068af0be862dc4fcb5fe3e37d1740078d4" |
| 4 | + url "https://registry.npmjs.org/snyk/-/snyk-1.1294.1.tgz" |
| 5 | + sha256 "78fd64755f676aa394a43208a8e760636e19f803f73a54dd0c6ddbab48155002" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b437b39b3ceb61f83ef2dcc5eb761edd745ab3d9d57895d05e30ce99e8779f19" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "79160cdce8682772a7799a46d0d65091352bb5cdc53b1caff6b3dab99ee1b527" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "79160cdce8682772a7799a46d0d65091352bb5cdc53b1caff6b3dab99ee1b527" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e3f1de69848e41f3899ca48273b2042b6585be7203515e86c60fda19e4e7f702" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "27039ac658a9bc751ac0459a4241b0fdc8a9e9f272f739585308814a8075a7e7" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "3d9e57f9e32d70c15ce040480ec3527f1b5c2e2a678333f5dcd35da0bbf4e955" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "3d9e57f9e32d70c15ce040480ec3527f1b5c2e2a678333f5dcd35da0bbf4e955" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8404455fb3a8edbe63b48c20797ae85577a1e71fae1cc9a80831214ad2f29769" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments