drata-agent: update livecheck

This commit is contained in:
Sam Ford
2023-11-20 15:29:36 -05:00
parent d1bf4c19a2
commit c2b2290c28
+3
View File
@@ -7,8 +7,11 @@ cask "drata-agent" do
desc "Security audit software"
homepage "https://drata.com/"
# Upstream doesn't appear to publish any public version information. We check
# GitHub releases as a best guess of when a new version is released.
livecheck do
url "https://github.com/drata/drata-agent"
strategy :github_latest
end
depends_on macos: ">= :high_sierra"