Merge pull request #227749 from r-ryantm/auto-update/terrascan

terrascan: 1.18.0 -> 1.18.1
This commit is contained in:
Fabian Affolter 2023-04-23 11:27:26 +02:00 committed by GitHub
commit b48f3326c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "terrascan";
version = "1.18.0";
version = "1.18.1";
src = fetchFromGitHub {
owner = "accurics";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-EzdyJzUPoWcLux6RiEZL3DiB65T+pgY70bpD1fX1JN4=";
hash = "sha256-w0ZOkPw8Y6Z1hyZecZfjd/YrTP8v6S0jNhgNzLjMRrY=";
};
vendorHash = "sha256-yTndvnlCmXsQSpImcwuwSXB0WuF2naGJEHfU1iAJApM=";
vendorHash = "sha256-0WkOIgIA1fKn2SeS5QFeLGCGMstdlkU+eDRUVAs3ETA=";
# Tests want to download a vulnerable Terraform project
doCheck = false;