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 Aug 29, 2023
1 parent 7da2fc0 commit 27eb62c
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.1206.0"
version "1.1207.0"

if OS.mac?
url "https://static.snyk.io/cli/v1.1206.0/snyk-macos"
sha256 "02dd8ed63b9e0c1072a23999c345e78c1d0b32a122fd8f11e78734661843e5eb"
url "https://static.snyk.io/cli/v1.1207.0/snyk-macos"
sha256 "6a52d9e8cf9c0b33f6b82b2324d208a62d8a1a9145b87c3f0cd167113c2db03e"
elsif OS.linux?
url "https://static.snyk.io/cli/v1.1206.0/snyk-linux"
sha256 "01972a9466310421e944c883bd1c0783ac0aa666113482512e7ef529c0ff1119"
url "https://static.snyk.io/cli/v1.1207.0/snyk-linux"
sha256 "f5f3435098983b8a753c4264f7ceb09de12a1b3be38ad1316d200652ea4dabf7"
end

def install
Expand Down

0 comments on commit 27eb62c

Please sign in to comment.