From 4a79c360542a0772e5ad01cdd4ab2be6a70e7347 Mon Sep 17 00:00:00 2001 From: zifeitong Date: Wed, 14 Aug 2024 01:34:10 -0700 Subject: [PATCH] Make it clear that "integrity" field expects SRI (#259) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9970f1fb..409066c7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ bazel_dep(name = "rules_cuda", version = "0.2.1") # pick a specific version (this is optional an can be skipped) archive_override( module_name = "rules_cuda", - integrity = "{sha256_to_replace}", + integrity = "{SRI value}", # see https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity urls = "https://github.com/bazel-contrib/rules_cuda/archive/{git_commit_hash}.tar.gz", strip_prefix = "rules_cuda-{git_commit_hash}", )