cloudcheck 8.7.0__tar.gz → 8.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/Cargo.lock +71 -73
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/Cargo.toml +1 -1
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/PKG-INFO +1 -1
- cloudcheck-8.7.1/dist/cloudcheck-8.7.1-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- cloudcheck-8.7.1/helm/cloudcheck/Chart.yaml +3 -0
- cloudcheck-8.7.1/helm/cloudcheck/templates/deployment.yaml +17 -0
- cloudcheck-8.7.1/helm/cloudcheck/values.yaml +1 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/pyproject.toml +1 -1
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/uv.lock +1 -1
- cloudcheck-8.7.0/dist/cloudcheck-8.7.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.github/dependabot.yml +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.github/workflows/docker-tests.yml +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.github/workflows/pipeline-tests.yml +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.github/workflows/python-tests.yml +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.github/workflows/rust-tests.yml +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/.gitignore +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/Dockerfile +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/README.md +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloud_providers.json +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloud_providers_v2.json +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/__init__.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/helpers.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/__init__.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/akamai.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/alibaba.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/amazon.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/arvancloud.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/backblaze.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/baidu.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/base.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/cachefly.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/cdnetworks.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/cisco.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/cloudflare.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/cloudfront.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/ddosguard.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/dell.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/digitalocean.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/dod.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/fastly.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/fbi.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/gabia.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/gcore.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/github.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/gocache.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/google.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/heroku.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/hetzner.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/hostway.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/hpe.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/huawei.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/ibm.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/imperva.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/kamatera.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/kinx.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/ktcloud.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/leaseweb.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/lgtelecom.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/microsoft.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/microsoft365.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/navercloud.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/nhncloud.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/oracle.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/ovh.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/qrator.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/quiccloud.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/rackspace.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/ru_fso.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/salesforce.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/scaleway.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/skbroadband.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/stormwall.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/sucuri.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/tencent.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/uk_mod.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/wasabi.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/x4b.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/zoho.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck/providers/zscaler.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck_update/__init__.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck_update/cli.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/cloudcheck_update/test_cloudcheck_update.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/pytest.ini +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/scripts/update_readme_table.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/src/api.rs +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/src/lib.rs +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/src/main.rs +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/src/python.rs +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/test_cloudcheck.py +0 -0
- {cloudcheck-8.7.0 → cloudcheck-8.7.1}/test_docker.py +0 -0
|
@@ -175,9 +175,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
|
175
175
|
|
|
176
176
|
[[package]]
|
|
177
177
|
name = "cc"
|
|
178
|
-
version = "1.2.
|
|
178
|
+
version = "1.2.52"
|
|
179
179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
180
|
+
checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3"
|
|
181
181
|
dependencies = [
|
|
182
182
|
"find-msvc-tools",
|
|
183
183
|
"shlex",
|
|
@@ -225,13 +225,13 @@ dependencies = [
|
|
|
225
225
|
|
|
226
226
|
[[package]]
|
|
227
227
|
name = "clap_lex"
|
|
228
|
-
version = "0.7.
|
|
228
|
+
version = "0.7.7"
|
|
229
229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
-
checksum = "
|
|
230
|
+
checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
|
231
231
|
|
|
232
232
|
[[package]]
|
|
233
233
|
name = "cloudcheck"
|
|
234
|
-
version = "8.7.
|
|
234
|
+
version = "8.7.1"
|
|
235
235
|
dependencies = [
|
|
236
236
|
"axum",
|
|
237
237
|
"clap",
|
|
@@ -387,19 +387,19 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
387
387
|
|
|
388
388
|
[[package]]
|
|
389
389
|
name = "find-msvc-tools"
|
|
390
|
-
version = "0.1.
|
|
390
|
+
version = "0.1.7"
|
|
391
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
392
|
+
checksum = "f449e6c6c08c865631d4890cfacf252b3d396c9bcc83adb6623cdb02a8336c41"
|
|
393
393
|
|
|
394
394
|
[[package]]
|
|
395
395
|
name = "flate2"
|
|
396
|
-
version = "1.1.
|
|
396
|
+
version = "1.1.8"
|
|
397
397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
398
|
-
checksum = "
|
|
398
|
+
checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
|
|
399
399
|
dependencies = [
|
|
400
400
|
"crc32fast",
|
|
401
|
-
"libz-rs-sys",
|
|
402
401
|
"miniz_oxide",
|
|
402
|
+
"zlib-rs",
|
|
403
403
|
]
|
|
404
404
|
|
|
405
405
|
[[package]]
|
|
@@ -533,9 +533,9 @@ dependencies = [
|
|
|
533
533
|
|
|
534
534
|
[[package]]
|
|
535
535
|
name = "getrandom"
|
|
536
|
-
version = "0.2.
|
|
536
|
+
version = "0.2.17"
|
|
537
537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
|
-
checksum = "
|
|
538
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
539
539
|
dependencies = [
|
|
540
540
|
"cfg-if",
|
|
541
541
|
"libc",
|
|
@@ -556,9 +556,9 @@ dependencies = [
|
|
|
556
556
|
|
|
557
557
|
[[package]]
|
|
558
558
|
name = "h2"
|
|
559
|
-
version = "0.4.
|
|
559
|
+
version = "0.4.13"
|
|
560
560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "
|
|
561
|
+
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
562
562
|
dependencies = [
|
|
563
563
|
"atomic-waker",
|
|
564
564
|
"bytes",
|
|
@@ -815,9 +815,9 @@ dependencies = [
|
|
|
815
815
|
|
|
816
816
|
[[package]]
|
|
817
817
|
name = "indexmap"
|
|
818
|
-
version = "2.
|
|
818
|
+
version = "2.13.0"
|
|
819
819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
820
|
-
checksum = "
|
|
820
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
821
821
|
dependencies = [
|
|
822
822
|
"equivalent",
|
|
823
823
|
"hashbrown",
|
|
@@ -842,9 +842,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
842
842
|
|
|
843
843
|
[[package]]
|
|
844
844
|
name = "iri-string"
|
|
845
|
-
version = "0.7.
|
|
845
|
+
version = "0.7.10"
|
|
846
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
-
checksum = "
|
|
847
|
+
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
|
|
848
848
|
dependencies = [
|
|
849
849
|
"memchr",
|
|
850
850
|
"serde",
|
|
@@ -858,15 +858,15 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
|
858
858
|
|
|
859
859
|
[[package]]
|
|
860
860
|
name = "itoa"
|
|
861
|
-
version = "1.0.
|
|
861
|
+
version = "1.0.17"
|
|
862
862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
863
|
-
checksum = "
|
|
863
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
864
864
|
|
|
865
865
|
[[package]]
|
|
866
866
|
name = "jiff"
|
|
867
|
-
version = "0.2.
|
|
867
|
+
version = "0.2.18"
|
|
868
868
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
checksum = "
|
|
869
|
+
checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50"
|
|
870
870
|
dependencies = [
|
|
871
871
|
"jiff-static",
|
|
872
872
|
"log",
|
|
@@ -877,9 +877,9 @@ dependencies = [
|
|
|
877
877
|
|
|
878
878
|
[[package]]
|
|
879
879
|
name = "jiff-static"
|
|
880
|
-
version = "0.2.
|
|
880
|
+
version = "0.2.18"
|
|
881
881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
-
checksum = "
|
|
882
|
+
checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78"
|
|
883
883
|
dependencies = [
|
|
884
884
|
"proc-macro2",
|
|
885
885
|
"quote",
|
|
@@ -898,18 +898,9 @@ dependencies = [
|
|
|
898
898
|
|
|
899
899
|
[[package]]
|
|
900
900
|
name = "libc"
|
|
901
|
-
version = "0.2.
|
|
902
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
903
|
-
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
|
904
|
-
|
|
905
|
-
[[package]]
|
|
906
|
-
name = "libz-rs-sys"
|
|
907
|
-
version = "0.5.5"
|
|
901
|
+
version = "0.2.180"
|
|
908
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
-
checksum = "
|
|
910
|
-
dependencies = [
|
|
911
|
-
"zlib-rs",
|
|
912
|
-
]
|
|
903
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
913
904
|
|
|
914
905
|
[[package]]
|
|
915
906
|
name = "linux-raw-sys"
|
|
@@ -1128,9 +1119,9 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
1128
1119
|
|
|
1129
1120
|
[[package]]
|
|
1130
1121
|
name = "portable-atomic"
|
|
1131
|
-
version = "1.
|
|
1122
|
+
version = "1.13.0"
|
|
1132
1123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1133
|
-
checksum = "
|
|
1124
|
+
checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
|
|
1134
1125
|
|
|
1135
1126
|
[[package]]
|
|
1136
1127
|
name = "portable-atomic-util"
|
|
@@ -1152,9 +1143,9 @@ dependencies = [
|
|
|
1152
1143
|
|
|
1153
1144
|
[[package]]
|
|
1154
1145
|
name = "proc-macro2"
|
|
1155
|
-
version = "1.0.
|
|
1146
|
+
version = "1.0.105"
|
|
1156
1147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1157
|
-
checksum = "
|
|
1148
|
+
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
|
|
1158
1149
|
dependencies = [
|
|
1159
1150
|
"unicode-ident",
|
|
1160
1151
|
]
|
|
@@ -1235,9 +1226,9 @@ dependencies = [
|
|
|
1235
1226
|
|
|
1236
1227
|
[[package]]
|
|
1237
1228
|
name = "quote"
|
|
1238
|
-
version = "1.0.
|
|
1229
|
+
version = "1.0.43"
|
|
1239
1230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1240
|
-
checksum = "
|
|
1231
|
+
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
|
|
1241
1232
|
dependencies = [
|
|
1242
1233
|
"proc-macro2",
|
|
1243
1234
|
]
|
|
@@ -1299,9 +1290,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
|
1299
1290
|
|
|
1300
1291
|
[[package]]
|
|
1301
1292
|
name = "reqwest"
|
|
1302
|
-
version = "0.12.
|
|
1293
|
+
version = "0.12.28"
|
|
1303
1294
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1304
|
-
checksum = "
|
|
1295
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
1305
1296
|
dependencies = [
|
|
1306
1297
|
"base64",
|
|
1307
1298
|
"bytes",
|
|
@@ -1345,7 +1336,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
1345
1336
|
dependencies = [
|
|
1346
1337
|
"cc",
|
|
1347
1338
|
"cfg-if",
|
|
1348
|
-
"getrandom 0.2.
|
|
1339
|
+
"getrandom 0.2.17",
|
|
1349
1340
|
"libc",
|
|
1350
1341
|
"untrusted",
|
|
1351
1342
|
"windows-sys 0.52.0",
|
|
@@ -1353,9 +1344,9 @@ dependencies = [
|
|
|
1353
1344
|
|
|
1354
1345
|
[[package]]
|
|
1355
1346
|
name = "rust-embed"
|
|
1356
|
-
version = "8.
|
|
1347
|
+
version = "8.11.0"
|
|
1357
1348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1358
|
-
checksum = "
|
|
1349
|
+
checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
|
|
1359
1350
|
dependencies = [
|
|
1360
1351
|
"rust-embed-impl",
|
|
1361
1352
|
"rust-embed-utils",
|
|
@@ -1364,9 +1355,9 @@ dependencies = [
|
|
|
1364
1355
|
|
|
1365
1356
|
[[package]]
|
|
1366
1357
|
name = "rust-embed-impl"
|
|
1367
|
-
version = "8.
|
|
1358
|
+
version = "8.11.0"
|
|
1368
1359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1369
|
-
checksum = "
|
|
1360
|
+
checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
|
|
1370
1361
|
dependencies = [
|
|
1371
1362
|
"proc-macro2",
|
|
1372
1363
|
"quote",
|
|
@@ -1377,9 +1368,9 @@ dependencies = [
|
|
|
1377
1368
|
|
|
1378
1369
|
[[package]]
|
|
1379
1370
|
name = "rust-embed-utils"
|
|
1380
|
-
version = "8.
|
|
1371
|
+
version = "8.11.0"
|
|
1381
1372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1382
|
-
checksum = "
|
|
1373
|
+
checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
|
|
1383
1374
|
dependencies = [
|
|
1384
1375
|
"sha2",
|
|
1385
1376
|
"walkdir",
|
|
@@ -1387,9 +1378,9 @@ dependencies = [
|
|
|
1387
1378
|
|
|
1388
1379
|
[[package]]
|
|
1389
1380
|
name = "rustix"
|
|
1390
|
-
version = "1.1.
|
|
1381
|
+
version = "1.1.3"
|
|
1391
1382
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1392
|
-
checksum = "
|
|
1383
|
+
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
1393
1384
|
dependencies = [
|
|
1394
1385
|
"bitflags",
|
|
1395
1386
|
"errno",
|
|
@@ -1400,9 +1391,9 @@ dependencies = [
|
|
|
1400
1391
|
|
|
1401
1392
|
[[package]]
|
|
1402
1393
|
name = "rustls"
|
|
1403
|
-
version = "0.23.
|
|
1394
|
+
version = "0.23.36"
|
|
1404
1395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
|
-
checksum = "
|
|
1396
|
+
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
1406
1397
|
dependencies = [
|
|
1407
1398
|
"once_cell",
|
|
1408
1399
|
"rustls-pki-types",
|
|
@@ -1439,9 +1430,9 @@ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
1439
1430
|
|
|
1440
1431
|
[[package]]
|
|
1441
1432
|
name = "ryu"
|
|
1442
|
-
version = "1.0.
|
|
1433
|
+
version = "1.0.22"
|
|
1443
1434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1444
|
-
checksum = "
|
|
1435
|
+
checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
|
|
1445
1436
|
|
|
1446
1437
|
[[package]]
|
|
1447
1438
|
name = "same-file"
|
|
@@ -1528,15 +1519,15 @@ dependencies = [
|
|
|
1528
1519
|
|
|
1529
1520
|
[[package]]
|
|
1530
1521
|
name = "serde_json"
|
|
1531
|
-
version = "1.0.
|
|
1522
|
+
version = "1.0.149"
|
|
1532
1523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
|
-
checksum = "
|
|
1524
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1534
1525
|
dependencies = [
|
|
1535
1526
|
"itoa",
|
|
1536
1527
|
"memchr",
|
|
1537
|
-
"ryu",
|
|
1538
1528
|
"serde",
|
|
1539
1529
|
"serde_core",
|
|
1530
|
+
"zmij",
|
|
1540
1531
|
]
|
|
1541
1532
|
|
|
1542
1533
|
[[package]]
|
|
@@ -1581,10 +1572,11 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1581
1572
|
|
|
1582
1573
|
[[package]]
|
|
1583
1574
|
name = "signal-hook-registry"
|
|
1584
|
-
version = "1.4.
|
|
1575
|
+
version = "1.4.8"
|
|
1585
1576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1586
|
-
checksum = "
|
|
1577
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
1587
1578
|
dependencies = [
|
|
1579
|
+
"errno",
|
|
1588
1580
|
"libc",
|
|
1589
1581
|
]
|
|
1590
1582
|
|
|
@@ -1636,9 +1628,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
1636
1628
|
|
|
1637
1629
|
[[package]]
|
|
1638
1630
|
name = "syn"
|
|
1639
|
-
version = "2.0.
|
|
1631
|
+
version = "2.0.114"
|
|
1640
1632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1641
|
-
checksum = "
|
|
1633
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
1642
1634
|
dependencies = [
|
|
1643
1635
|
"proc-macro2",
|
|
1644
1636
|
"quote",
|
|
@@ -1694,9 +1686,9 @@ checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
|
1694
1686
|
|
|
1695
1687
|
[[package]]
|
|
1696
1688
|
name = "tempfile"
|
|
1697
|
-
version = "3.
|
|
1689
|
+
version = "3.24.0"
|
|
1698
1690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1699
|
-
checksum = "
|
|
1691
|
+
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
|
1700
1692
|
dependencies = [
|
|
1701
1693
|
"fastrand",
|
|
1702
1694
|
"getrandom 0.3.4",
|
|
@@ -1717,9 +1709,9 @@ dependencies = [
|
|
|
1717
1709
|
|
|
1718
1710
|
[[package]]
|
|
1719
1711
|
name = "tokio"
|
|
1720
|
-
version = "1.
|
|
1712
|
+
version = "1.49.0"
|
|
1721
1713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1722
|
-
checksum = "
|
|
1714
|
+
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
|
1723
1715
|
dependencies = [
|
|
1724
1716
|
"bytes",
|
|
1725
1717
|
"libc",
|
|
@@ -1765,9 +1757,9 @@ dependencies = [
|
|
|
1765
1757
|
|
|
1766
1758
|
[[package]]
|
|
1767
1759
|
name = "tokio-util"
|
|
1768
|
-
version = "0.7.
|
|
1760
|
+
version = "0.7.18"
|
|
1769
1761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1770
|
-
checksum = "
|
|
1762
|
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
1771
1763
|
dependencies = [
|
|
1772
1764
|
"bytes",
|
|
1773
1765
|
"futures-core",
|
|
@@ -1778,9 +1770,9 @@ dependencies = [
|
|
|
1778
1770
|
|
|
1779
1771
|
[[package]]
|
|
1780
1772
|
name = "tower"
|
|
1781
|
-
version = "0.5.
|
|
1773
|
+
version = "0.5.3"
|
|
1782
1774
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1783
|
-
checksum = "
|
|
1775
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
1784
1776
|
dependencies = [
|
|
1785
1777
|
"futures-core",
|
|
1786
1778
|
"futures-util",
|
|
@@ -1880,9 +1872,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
1880
1872
|
|
|
1881
1873
|
[[package]]
|
|
1882
1874
|
name = "url"
|
|
1883
|
-
version = "2.5.
|
|
1875
|
+
version = "2.5.8"
|
|
1884
1876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
-
checksum = "
|
|
1877
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
1886
1878
|
dependencies = [
|
|
1887
1879
|
"form_urlencoded",
|
|
1888
1880
|
"idna",
|
|
@@ -2373,6 +2365,12 @@ version = "0.5.5"
|
|
|
2373
2365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2374
2366
|
checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
|
|
2375
2367
|
|
|
2368
|
+
[[package]]
|
|
2369
|
+
name = "zmij"
|
|
2370
|
+
version = "1.0.14"
|
|
2371
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2372
|
+
checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea"
|
|
2373
|
+
|
|
2376
2374
|
[[package]]
|
|
2377
2375
|
name = "zopfli"
|
|
2378
2376
|
version = "0.8.3"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
apiVersion: apps/v1
|
|
2
|
+
kind: Deployment
|
|
3
|
+
metadata:
|
|
4
|
+
name: {{ .Release.Name }}-cloudcheck
|
|
5
|
+
spec:
|
|
6
|
+
replicas: 2
|
|
7
|
+
selector:
|
|
8
|
+
matchLabels:
|
|
9
|
+
app: cloudcheck
|
|
10
|
+
template:
|
|
11
|
+
metadata:
|
|
12
|
+
labels:
|
|
13
|
+
app: cloudcheck
|
|
14
|
+
spec:
|
|
15
|
+
containers:
|
|
16
|
+
- name: cloudcheck
|
|
17
|
+
image: blacklanternsecurity/cloudcheck:{{ .Chart.AppVersion }}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cloudcheckVersion: "1.0"
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|