Skip to content

Commit 0ad89eb

Browse files
deps: update aquasecurity/tfsec to v1.28.10 (edgelesssys#3301)
* deps: update aquasecurity/tfsec to v1.28.10 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <[email protected]>
1 parent 087855e commit 0ad89eb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

bazel/toolchains/ci_deps.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -181,41 +181,41 @@ def _tfsec_deps():
181181
name = "com_github_aquasecurity_tfsec_linux_amd64",
182182
build_file_content = """exports_files(["tfsec"], visibility = ["//visibility:public"])""",
183183
urls = [
184-
"https://cdn.confidential.cloud/constellation/cas/sha256/8cbd8d64cbd1f25b38f33fa04db602466dade79e99c99dc9da053b5962d34014",
185-
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.6/tfsec_1.28.6_linux_amd64.tar.gz",
184+
"https://cdn.confidential.cloud/constellation/cas/sha256/16601d830bf13590cf2e9537e48d1a9c33f87b2f715f46e359f93fc4457320bc",
185+
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.10/tfsec_1.28.10_linux_amd64.tar.gz",
186186
],
187187
type = "tar.gz",
188-
sha256 = "8cbd8d64cbd1f25b38f33fa04db602466dade79e99c99dc9da053b5962d34014",
188+
sha256 = "16601d830bf13590cf2e9537e48d1a9c33f87b2f715f46e359f93fc4457320bc",
189189
)
190190
http_archive(
191191
name = "com_github_aquasecurity_tfsec_linux_arm64",
192192
build_file_content = """exports_files(["tfsec"], visibility = ["//visibility:public"])""",
193193
urls = [
194-
"https://cdn.confidential.cloud/constellation/cas/sha256/4bc7b0f0592be4fa384cff52af5b1cdd2066ba7a06001bea98690340851c0bce",
195-
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.6/tfsec_1.28.6_linux_arm64.tar.gz",
194+
"https://cdn.confidential.cloud/constellation/cas/sha256/2b982c966d23891e5e8d1b3348865fd24b9b0fde68608512dde4a39b00e2fef8",
195+
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.10/tfsec_1.28.10_linux_arm64.tar.gz",
196196
],
197197
type = "tar.gz",
198-
sha256 = "4bc7b0f0592be4fa384cff52af5b1cdd2066ba7a06001bea98690340851c0bce",
198+
sha256 = "2b982c966d23891e5e8d1b3348865fd24b9b0fde68608512dde4a39b00e2fef8",
199199
)
200200
http_archive(
201201
name = "com_github_aquasecurity_tfsec_darwin_amd64",
202202
build_file_content = """exports_files(["tfsec"], visibility = ["//visibility:public"])""",
203203
urls = [
204-
"https://cdn.confidential.cloud/constellation/cas/sha256/3b31e954819faa7d6151b999548cefb782f2f4dc64b355c8747e44d4b0b2faca",
205-
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.6/tfsec_1.28.6_darwin_amd64.tar.gz",
204+
"https://cdn.confidential.cloud/constellation/cas/sha256/e337e274e1dd4dfd66d420b508da8338cf4768828f1b24301bea7d847e937e57",
205+
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.10/tfsec_1.28.10_darwin_amd64.tar.gz",
206206
],
207207
type = "tar.gz",
208-
sha256 = "3b31e954819faa7d6151b999548cefb782f2f4dc64b355c8747e44d4b0b2faca",
208+
sha256 = "e337e274e1dd4dfd66d420b508da8338cf4768828f1b24301bea7d847e937e57",
209209
)
210210
http_archive(
211211
name = "com_github_aquasecurity_tfsec_darwin_arm64",
212212
build_file_content = """exports_files(["tfsec"], visibility = ["//visibility:public"])""",
213213
urls = [
214-
"https://cdn.confidential.cloud/constellation/cas/sha256/aa132b7e0e69e16f1c9320257841751e52c42d9791b7f900de72cf0b06ffe74c",
215-
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.6/tfsec_1.28.6_darwin_arm64.tar.gz",
214+
"https://cdn.confidential.cloud/constellation/cas/sha256/b7c68b6cfc618e64335579bcd4c64cf8fc9aea674e466230048160b6fadcfa1e",
215+
"https://github.com/aquasecurity/tfsec/releases/download/v1.28.10/tfsec_1.28.10_darwin_arm64.tar.gz",
216216
],
217217
type = "tar.gz",
218-
sha256 = "aa132b7e0e69e16f1c9320257841751e52c42d9791b7f900de72cf0b06ffe74c",
218+
sha256 = "b7c68b6cfc618e64335579bcd4c64cf8fc9aea674e466230048160b6fadcfa1e",
219219
)
220220

221221
def _golangci_lint_deps():

0 commit comments

Comments
 (0)