Skip to content

Commit

Permalink
Upgraded to latest Snyk version
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
snyksec committed Sep 12, 2023
1 parent 99d8f2a commit 7035d9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/snyk.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Snyk < Formula
desc "Find & fix known vulnerabilities in open-source dependencies"
homepage "https://github.com/snyk/snyk"
version "1.1215.0"
version "1.1216.0"

if OS.mac?
url "https://static.snyk.io/cli/v1.1215.0/snyk-macos"
sha256 "3ae1484ae9eb2e64a7e1c775847faa845018445db5da69de7bbcd8e4e36cf599"
url "https://static.snyk.io/cli/v1.1216.0/snyk-macos"
sha256 "33fd9bedd528beffeace8d57010cdeb4509802ff9c54fdae0372ca8ea553c94d"
elsif OS.linux?
url "https://static.snyk.io/cli/v1.1215.0/snyk-linux"
sha256 "f4654dc59bb014582bacac06eee324a9432e4a3a4fad51d54a9afa1fcc9ca35a"
url "https://static.snyk.io/cli/v1.1216.0/snyk-linux"
sha256 "0c446c95f5c05f39f53fc45a92c7f072bfa17ccb5d20841218c381dccb57b4e5"
end

def install
Expand Down

0 comments on commit 7035d9f

Please sign in to comment.