forked from bazelbuild/bazel-central-registry
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathattestations.json
More file actions
17 lines (17 loc) · 837 Bytes
/
attestations.json
File metadata and controls
17 lines (17 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
"attestations": {
"source.json": {
"url": "https://github.com/aspect-build/rules_lint/releases/download/v1.3.0/source.json.intoto.jsonl",
"integrity": "sha256-tnDohDnZCIqnoCT/ksvJPge4Tmyd/2bIlVM/X1wUFZw="
},
"MODULE.bazel": {
"url": "https://github.com/aspect-build/rules_lint/releases/download/v1.3.0/MODULE.bazel.intoto.jsonl",
"integrity": "sha256-jsFwYvpuzX5Cu42bm5BS+tO/7J1H3/CyBURVfZchFyk="
},
"rules_lint-v1.3.0.tar.gz": {
"url": "https://github.com/aspect-build/rules_lint/releases/download/v1.3.0/rules_lint-v1.3.0.tar.gz.intoto.jsonl",
"integrity": "sha256-y//juUs4wXIS+QECDmIEUm3HA3SeCkHDyNUkiqriinY="
}
}
}